mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Move HLE table address to FXO (#10284)
This commit is contained in:
parent
2e28e2d293
commit
57cd4ff3c6
9 changed files with 31 additions and 21 deletions
|
@ -259,7 +259,7 @@ error_code open_exit_dialog(const std::string& message, bool is_exit_requested)
|
|||
|
||||
if (is_exit_requested)
|
||||
{
|
||||
callback.set(ppu_function_manager::func_addr(FIND_FUNC(exit_game)));
|
||||
callback.set(g_fxo->get<ppu_function_manager>().func_addr(FIND_FUNC(exit_game)));
|
||||
}
|
||||
|
||||
const error_code res = open_msg_dialog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue