From 6692a8797fff26df5f13dc3a8ca6cc367e1e25f9 Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Sun, 19 Jul 2020 08:04:17 -1000 Subject: [PATCH] added comments on why native companion menu is disabled --- ui/drivers/cocoa/cocoa_common.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/drivers/cocoa/cocoa_common.m b/ui/drivers/cocoa/cocoa_common.m index f0310c6b42..0f9e52ecfa 100644 --- a/ui/drivers/cocoa/cocoa_common.m +++ b/ui/drivers/cocoa/cocoa_common.m @@ -176,6 +176,8 @@ void *glkitview_init(void); #elif TARGET_OS_IOS -(void) showNativeMenu { dispatch_async(dispatch_get_main_queue(), ^{ + // disabling this for now - the UIKit menu is becoming less useful + // TODO: maybe show the RA menu instead // [[RetroArch_iOS get] toggleUI]; }); }