PPU: Allow HLE execution from pure instruction decoder type interpreter

This commit is contained in:
Eladash 2020-12-14 13:32:04 +02:00 committed by Ivan
parent 0445ef393f
commit bfe1a8673a
8 changed files with 38 additions and 27 deletions

View file

@ -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