mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
WII: Fix compilation
This commit is contained in:
parent
0c0b0ef8d2
commit
61dee5f015
@ -6415,7 +6415,7 @@ void retroarch_overlay_init(void)
|
||||
/* Avoid a crash at startup or even when toggling overlay in rgui */
|
||||
uint64_t memory_used = frontend_driver_get_used_memory();
|
||||
if(memory_used > (72 * 1024 * 1024))
|
||||
break;
|
||||
return;
|
||||
#endif
|
||||
|
||||
retroarch_overlay_deinit();
|
||||
|
Loading…
Reference in New Issue
Block a user