KernelState::TerminateTitle

This commit is contained in:
Dr. Chat
2015-07-05 15:42:30 -05:00
parent 567bb525f8
commit 5ccea06e7f
2 changed files with 46 additions and 0 deletions

View File

@@ -122,6 +122,9 @@ class KernelState {
}
object_ref<XUserModule> LoadUserModule(const char* name);
// Terminates a title: Unloads all modules, and kills all guest threads.
void TerminateTitle(bool from_guest_thread = false);
void RegisterThread(XThread* thread);
void UnregisterThread(XThread* thread);
void OnThreadExecute(XThread* thread);