mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Attempt to fix Emu.Quit()
There was some kind of "initialization order fiasco" of g_fxo. Not only should it be used after main, but also destroyed before exit.
This commit is contained in:
parent
71f1021648
commit
e89a568765
2 changed files with 4 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ namespace stx
|
|||
std::swap(m_list, x.m_list);
|
||||
std::swap(m_order, x.m_order);
|
||||
std::swap(m_init_count, x.m_init_count);
|
||||
return *this;
|
||||
}
|
||||
|
||||
~manual_fixed_typemap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue