added comments on why native companion menu is disabled

This commit is contained in:
Yoshi Sugawara 2020-07-19 08:04:17 -10:00
parent 588d0b7595
commit 6692a8797f

View File

@ -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];
});
}