You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was tweaking with xemu’s cpu clock speed and it acts like how other emulators do for games. Was able to gain performance lowering clock speed of virtual cpu on some games and worse on others and also caused more instability fps which is expected. It’s not ideal but would be interesting feature to add to ui or in the toml to change the clock speed of cpu (by percentage like 100% is default and above and lower is different) for variable refresh rate games by raising the clock speed and or games that might benefit from lowering cpu clock.
It’s more of a hack but there is definitely people that would use it. If it was added I would not accept issue reports if it’s not default clock as it could have bugs on some games but also could activate frame skip for some games to run full speed for some.
this is how dolphin explains it. (Goes from 5% to 400% as a example which 400% would be 4x default essentially)
Alternatives
No response
Additional Context
Using my steamdeck I am able to get 4x performance on menus (4fps before and getting 18 fps after) and 2x certain areas by lowering the cpu clock by 50%. Certain races it makes it playable. This is where I changed it.
And this is what I did to get 50% (I was testing beforehand to 200% so that why it’s not the same as default but if you do 366666666.5 x 2. It will equal default.) Spidy123222@a1a7c81
The text was updated successfully, but these errors were encountered:
You can also do gpu but I don't see any benefit it could do. Should test that too. I do know other emulators only have that one specifically for setting file.
On the 50% it also made menus actually usable fps from 4 fps to 23fps.
Adding clock speed usually works fine. But in some games like conker the animation speeds are faster. Which I'm told a patch to conker fixes it like Xbox replacement CPU's do it.
Feature Request
I was tweaking with xemu’s cpu clock speed and it acts like how other emulators do for games. Was able to gain performance lowering clock speed of virtual cpu on some games and worse on others and also caused more instability fps which is expected. It’s not ideal but would be interesting feature to add to ui or in the toml to change the clock speed of cpu (by percentage like 100% is default and above and lower is different) for variable refresh rate games by raising the clock speed and or games that might benefit from lowering cpu clock.
It’s more of a hack but there is definitely people that would use it. If it was added I would not accept issue reports if it’s not default clock as it could have bugs on some games but also could activate frame skip for some games to run full speed for some.
this is how dolphin explains it. (Goes from 5% to 400% as a example which 400% would be 4x default essentially)
Alternatives
No response
Additional Context
Using my steamdeck I am able to get 4x performance on menus (4fps before and getting 18 fps after) and 2x certain areas by lowering the cpu clock by 50%. Certain races it makes it playable. This is where I changed it.
xemu/hw/i386/x86.c
Line 526 in 9e1f5f2
And this is what I did to get 50% (I was testing beforehand to 200% so that why it’s not the same as default but if you do 366666666.5 x 2. It will equal default.) Spidy123222@a1a7c81
The text was updated successfully, but these errors were encountered: