From 12bd0644903088aedb9b42428acd74640f704bd4 Mon Sep 17 00:00:00 2001 From: meancoot Date: Wed, 11 Dec 2013 17:40:37 -0500 Subject: [PATCH] (iOS) Fix potential crash in structure returned by apple_get_frontend_settings. --- apple/iOS/platform.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/iOS/platform.m b/apple/iOS/platform.m index b31d521d53..abcd688853 100644 --- a/apple/iOS/platform.m +++ b/apple/iOS/platform.m @@ -57,7 +57,7 @@ void ios_set_bluetooth_mode(NSString* mode) 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) {