mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
(iOS) Fix potential crash in structure returned by apple_get_frontend_settings.
This commit is contained in:
parent
4ff76463b0
commit
12bd064490
@ -57,7 +57,7 @@ void ios_set_bluetooth_mode(NSString* mode)
|
|||||||
|
|
||||||
const void* apple_get_frontend_settings(void)
|
const void* apple_get_frontend_settings(void)
|
||||||
{
|
{
|
||||||
static rarch_setting_t settings[8];
|
static rarch_setting_t settings[9];
|
||||||
|
|
||||||
if (settings[0].type == ST_NONE)
|
if (settings[0].type == ST_NONE)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user