mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Get rid of RUNLOOP_STATE_NONE
This commit is contained in:
parent
6fea8f14c5
commit
c1190551b2
@ -162,8 +162,7 @@ enum
|
||||
|
||||
enum runloop_state
|
||||
{
|
||||
RUNLOOP_STATE_NONE = 0,
|
||||
RUNLOOP_STATE_ITERATE,
|
||||
RUNLOOP_STATE_ITERATE = 0,
|
||||
RUNLOOP_STATE_SLEEP,
|
||||
RUNLOOP_STATE_MENU_ITERATE,
|
||||
RUNLOOP_STATE_END,
|
||||
@ -2736,7 +2735,6 @@ int runloop_iterate(unsigned *sleep_ms)
|
||||
runloop_netplay_pause();
|
||||
return 0;
|
||||
case RUNLOOP_STATE_ITERATE:
|
||||
case RUNLOOP_STATE_NONE:
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user