mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix 'Multiplication result converted to larger type' alert
This commit is contained in:
parent
a17f0e2136
commit
b10901e6b9
@ -67,7 +67,7 @@ void libretro_dummy_retro_init(void)
|
||||
#if defined(HAVE_MENU) && defined(HAVE_RGUI)
|
||||
settings_t *settings = config_get_ptr();
|
||||
#endif
|
||||
unsigned i;
|
||||
uint32_t i;
|
||||
|
||||
/* Sensible defaults */
|
||||
frame_buf_width = 320;
|
||||
|
Loading…
x
Reference in New Issue
Block a user