Move HLE table address to FXO (#10284)

This commit is contained in:
Eladash 2021-05-17 14:22:27 +03:00 committed by GitHub
parent 2e28e2d293
commit 57cd4ff3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 31 additions and 21 deletions

View file

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