mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx: Move PS3-compliant behavior to a new option
This commit is contained in:
parent
b637429e44
commit
7c8fbc35bc
6 changed files with 9 additions and 3 deletions
|
@ -955,6 +955,7 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case frame_limit_type::_60: return tr("60", "Frame limit");
|
||||
case frame_limit_type::_30: return tr("30", "Frame limit");
|
||||
case frame_limit_type::_auto: return tr("Auto", "Frame limit");
|
||||
case frame_limit_type::_ps3: return tr("PS3 Native", "Frame limit");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::MSAA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue