mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
overlays: Fix linux compilation
This commit is contained in:
parent
3b09a39576
commit
69435dd951
5 changed files with 15 additions and 5 deletions
|
|
@ -659,7 +659,7 @@ void pad_thread::open_home_menu()
|
|||
return;
|
||||
}
|
||||
|
||||
input_log.warning("opening home menu...");
|
||||
input_log.notice("opening home menu...");
|
||||
|
||||
const error_code result = manager->create<rsx::overlays::home_menu_dialog>()->show([this](s32 status)
|
||||
{
|
||||
|
|
@ -669,5 +669,7 @@ void pad_thread::open_home_menu()
|
|||
|
||||
send_close_home_menu_cmds();
|
||||
});
|
||||
|
||||
(result ? input_log.error : input_log.notice)("opened home menu with result %d", s32{result});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue