1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 22:20:31 +00:00

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

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