mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
MSVC buildfix
This commit is contained in:
parent
2329a36f54
commit
22de07a662
@ -310,11 +310,12 @@ static bool win32_display_server_set_resolution(void *data,
|
||||
static int resolution_list_qsort_func(
|
||||
const video_display_config_t *a, const video_display_config_t *b)
|
||||
{
|
||||
char str_a[64];
|
||||
char str_b[64];
|
||||
|
||||
if (!a || !b)
|
||||
return 0;
|
||||
|
||||
char str_a[64];
|
||||
char str_b[64];
|
||||
snprintf(str_a, sizeof(str_a), "%04dx%04d (%d Hz)",
|
||||
a->width,
|
||||
a->height,
|
||||
|
Loading…
x
Reference in New Issue
Block a user