mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-17 16:37:04 +00:00
CPU: Add low-power PPTC load mode.
* Specifically, this setting causes the translation load core count to get reduced by two-thirds, for lower-power but still fast loading, and for unstable CPUs. I18n: Move low-power PPTC strings into translation files & add german version.
This commit is contained in:
parent
e07163600f
commit
5764d72b0e
28 changed files with 96 additions and 32 deletions
|
|
@ -406,6 +406,8 @@ namespace Ryujinx.Ava
|
|||
|
||||
public void Start()
|
||||
{
|
||||
ARMeilleure.Optimizations.EcoFriendly = ConfigurationState.Instance.System.EnableLowPowerPtc;
|
||||
|
||||
if (OperatingSystem.IsWindows())
|
||||
{
|
||||
_windowsMultimediaTimerResolution = new WindowsMultimediaTimerResolution(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue