Cleanups
This commit is contained in:
parent
4109e17494
commit
e9766ce141
|
@ -723,7 +723,7 @@ void menu_display_snow(int width, int height)
|
||||||
float alpha;
|
float alpha;
|
||||||
bool alive;
|
bool alive;
|
||||||
};
|
};
|
||||||
static struct display_particle particles[PARTICLES_COUNT] = {0};
|
static struct display_particle particles[PARTICLES_COUNT] = {{0}};
|
||||||
static int timeout = 0;
|
static int timeout = 0;
|
||||||
unsigned i, max_gen = 2;
|
unsigned i, max_gen = 2;
|
||||||
|
|
||||||
|
|
|
@ -1205,7 +1205,6 @@ int runloop_iterate(event_cmd_state_t *cmd, unsigned *sleep_ms)
|
||||||
case RUNLOOP_STATE_SLEEP:
|
case RUNLOOP_STATE_SLEEP:
|
||||||
case RUNLOOP_STATE_END:
|
case RUNLOOP_STATE_END:
|
||||||
case RUNLOOP_STATE_MENU_ITERATE:
|
case RUNLOOP_STATE_MENU_ITERATE:
|
||||||
/* RetroArch has been paused. */
|
|
||||||
core_poll();
|
core_poll();
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
/* FIXME: This is an ugly way to tell Netplay this... */
|
/* FIXME: This is an ugly way to tell Netplay this... */
|
||||||
|
|
Loading…
Reference in New Issue