Ifdef 'SET_PER_GAME_RESOLUTION' for Gekko right now - this is still
buggy code in general - might want to get rid of it and pressure the dev to come up with a sane solution that is not bug prone
This commit is contained in:
parent
0f33722f5d
commit
32717d1340
|
@ -1060,6 +1060,7 @@ bool event_command(enum event_command cmd)
|
|||
switch (cmd)
|
||||
{
|
||||
case EVENT_CMD_SET_PER_GAME_RESOLUTION:
|
||||
#if defined(GEKKO)
|
||||
{
|
||||
unsigned width = 0, height = 0;
|
||||
|
||||
|
@ -1074,6 +1075,7 @@ bool event_command(enum event_command cmd)
|
|||
rarch_main_msg_queue_push(msg, 1, 100, true);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
case EVENT_CMD_LOAD_CONTENT_PERSIST:
|
||||
#ifdef HAVE_DYNAMIC
|
||||
|
|
Loading…
Reference in New Issue