mirror of
https://github.com/libretro/RetroArch
synced 2025-01-28 14:54:03 +00:00
(iOS) Naming - change 'Emulators' to 'Cores'
This commit is contained in:
parent
b547f354cb
commit
bbbde2f3f6
@ -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,
|
// If your monitor does not run at 60Hz, or something close to it, disable VSync,
|
||||||
// and leave this at its default.
|
// and leave this at its default.
|
||||||
#if defined(__QNX__)
|
#if defined(__QNX__)
|
||||||
static const float refresh_rate = 59.86;
|
static const float refresh_rate = 59.98;
|
||||||
#elif defined(RARCH_CONSOLE)
|
#elif defined(RARCH_CONSOLE)
|
||||||
static const float refresh_rate = 59.94;
|
static const float refresh_rate = 59.94;
|
||||||
#else
|
#else
|
||||||
|
@ -67,9 +67,9 @@
|
|||||||
- (NSString*)tableView:(UITableView*)tableView titleForHeaderInSection:(NSInteger)section
|
- (NSString*)tableView:(UITableView*)tableView titleForHeaderInSection:(NSInteger)section
|
||||||
{
|
{
|
||||||
if (_supported.count)
|
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
|
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
|
||||||
|
Loading…
x
Reference in New Issue
Block a user