KernelState::TerminateTitle - Release the global lock in smaller regions / No need for an argument specifying if called from guest

This commit is contained in:
Dr. Chat
2015-12-16 12:00:35 -06:00
committed by Ben Vanik
parent 366f91e191
commit f5237d486a
3 changed files with 13 additions and 14 deletions

View File

@@ -143,7 +143,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 TerminateTitle();
void RegisterThread(XThread* thread);
void UnregisterThread(XThread* thread);