Start the audio system after the kernel state

Expose kernel state in emulator.h
This commit is contained in:
Dr. Chat
2015-05-18 22:25:35 -05:00
parent b1920f4a87
commit d1b2b4cde8
2 changed files with 7 additions and 4 deletions

View File

@@ -66,6 +66,8 @@ class Emulator {
}
kernel::fs::FileSystem* file_system() const { return file_system_.get(); }
kernel::KernelState* kernel_state() const { return kernel_state_.get(); }
kernel::XboxkrnlModule* xboxkrnl() const { return xboxkrnl_.get(); }
kernel::XamModule* xam() const { return xam_.get(); }