diff --git a/config.def.h b/config.def.h index 4d73b69aa1..d74a14b696 100644 --- a/config.def.h +++ b/config.def.h @@ -311,7 +311,7 @@ static const bool font_enable = true; // If your monitor does not run at 60Hz, or something close to it, disable VSync, // and leave this at its default. #if defined(__QNX__) -static const float refresh_rate = 59.86; +static const float refresh_rate = 59.98; #elif defined(RARCH_CONSOLE) static const float refresh_rate = 59.94; #else diff --git a/ios/RetroArch/browser/RAModuleList.m b/ios/RetroArch/browser/RAModuleList.m index dfa104e720..6fb5decd71 100644 --- a/ios/RetroArch/browser/RAModuleList.m +++ b/ios/RetroArch/browser/RAModuleList.m @@ -67,9 +67,9 @@ - (NSString*)tableView:(UITableView*)tableView titleForHeaderInSection:(NSInteger)section { if (_supported.count) - return (section == 0) ? @"Suggested Emulators" : @"Other Emulators"; + return (section == 0) ? @"Suggested Cores" : @"Other Cores"; - return @"All Emulators"; + return @"All Cores"; } - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section