mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 13:02:27 +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…
Reference in New Issue
Block a user