This commit is contained in:
twinaphex 2016-10-21 23:30:34 +02:00
parent 4109e17494
commit e9766ce141
2 changed files with 1 additions and 2 deletions

View File

@ -723,7 +723,7 @@ void menu_display_snow(int width, int height)
float alpha;
bool alive;
};
static struct display_particle particles[PARTICLES_COUNT] = {0};
static struct display_particle particles[PARTICLES_COUNT] = {{0}};
static int timeout = 0;
unsigned i, max_gen = 2;

View File

@ -1205,7 +1205,6 @@ int runloop_iterate(event_cmd_state_t *cmd, unsigned *sleep_ms)
case RUNLOOP_STATE_SLEEP:
case RUNLOOP_STATE_END:
case RUNLOOP_STATE_MENU_ITERATE:
/* RetroArch has been paused. */
core_poll();
#ifdef HAVE_NETWORKING
/* FIXME: This is an ugly way to tell Netplay this... */