mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 00:07:23 +00:00
Add g_runloop.is_idle
This commit is contained in:
parent
e37a4aa46e
commit
5b3ab881ba
@ -429,6 +429,7 @@ struct runloop
|
||||
{
|
||||
/* Lifecycle state checks. */
|
||||
bool is_paused;
|
||||
bool is_idle;
|
||||
bool is_menu;
|
||||
bool is_slowmotion;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user