Change default value for last_input

This commit is contained in:
twinaphex 2016-10-22 21:32:07 +02:00
parent 04efd4ed36
commit 4bffe5fc33

View File

@ -1119,7 +1119,7 @@ int runloop_iterate(unsigned *sleep_ms)
{
unsigned i;
retro_time_t current, target, to_sleep_ms;
static uint64_t last_input = {0};
static uint64_t last_input = 0;
enum runloop_state runloop_status = RUNLOOP_STATE_NONE;
static retro_time_t frame_limit_minimum_time = 0.0;
static retro_time_t frame_limit_last_time = 0.0;