mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Fix 120 fps frame limit
This commit is contained in:
parent
d11fe09419
commit
7fc31e20b3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void fmt_class_string<frame_limit_type>::format(std::string& out, u64 arg)
|
|||
case frame_limit_type::_30: return "30";
|
||||
case frame_limit_type::_50: return "50";
|
||||
case frame_limit_type::_60: return "60";
|
||||
case frame_limit_type::_120: return "60";
|
||||
case frame_limit_type::_120: return "120";
|
||||
case frame_limit_type::display_rate: return "Display";
|
||||
case frame_limit_type::_auto: return "Auto";
|
||||
case frame_limit_type::_ps3: return "PS3 Native";
|
||||
|
|
Loading…
Add table
Reference in a new issue