Make KernelState::TerminateTitle try to terminate XThreads safely.
This commit is contained in:
@@ -142,6 +142,7 @@ class KernelState {
|
||||
}
|
||||
|
||||
// Terminates a title: Unloads all modules, and kills all guest threads.
|
||||
// This DOES NOT RETURN if called from a guest thread!
|
||||
void TerminateTitle(bool from_guest_thread = false);
|
||||
|
||||
void RegisterThread(XThread* thread);
|
||||
|
||||
Reference in New Issue
Block a user