mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
PPU: Allow HLE execution from pure instruction decoder type interpreter
This commit is contained in:
parent
0445ef393f
commit
bfe1a8673a
8 changed files with 38 additions and 27 deletions
|
@ -255,7 +255,7 @@ error_code open_exit_dialog(const std::string& message, bool is_exit_requested)
|
|||
|
||||
if (is_exit_requested)
|
||||
{
|
||||
callback.set(ppu_function_manager::addr + 8 * FIND_FUNC(exit_game));
|
||||
callback.set(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