mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
rsx: Improve frame-limiter (#7723)
* rsx: Improve frame-limiter accuracy * lv2: Improve lv2_obj::wait_timeout response time for aborting threads * rsx: Make stretch to display area setting dynamic * rsx: Redefine 'auto' frame limiter to obey vblank rate * rsx: Make frame limiter setting dynamic * rsx: Make frame-limiter compatible with dynamic changes
This commit is contained in:
parent
deb6bd3e25
commit
892f74d762
5 changed files with 29 additions and 22 deletions
|
|
@ -586,7 +586,6 @@ void cellGcmSetSecondVFrequency(u32 freq)
|
|||
switch (freq)
|
||||
{
|
||||
case CELL_GCM_DISPLAY_FREQUENCY_59_94HZ:
|
||||
render->fps_limit = 59.94;
|
||||
break;
|
||||
case CELL_GCM_DISPLAY_FREQUENCY_SCANOUT:
|
||||
cellGcmSys.todo("Unimplemented display frequency: Scanout");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue