mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Core: Assert that only the Host thread may call PauseAndLock().
This commit is contained in:
parent
7bbd530eb5
commit
b3c9f49cbe
9 changed files with 65 additions and 32 deletions
|
@ -123,7 +123,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
#endif
|
||||
|
||||
Host::GetInstance()->DeclareAsHostThread();
|
||||
Core::DeclareAsHostThread();
|
||||
|
||||
#ifdef __APPLE__
|
||||
// On macOS, a command line option matching the format "-psn_X_XXXXXX" is passed when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue