mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
overlays/osk: keep dialog open in continuous mode
This commit is contained in:
parent
641fadc1fb
commit
d1a950d59f
8 changed files with 189 additions and 33 deletions
|
|
@ -59,6 +59,7 @@ private:
|
|||
u32 m_mask_start_press_to_resume = 0;
|
||||
u64 m_track_start_press_begin_timestamp = 0;
|
||||
bool m_resume_emulation_flag = false;
|
||||
bool m_ps_button_pressed = false;
|
||||
atomic_t<bool> m_home_menu_open = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue