diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Apm/ManagerServer.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Apm/ManagerServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Apm/ManagerServer.cs b/src/Ryujinx.HLE/HOS/Services/Apm/ManagerServer.cs index af051934..9a3a0462 100644 --- a/src/Ryujinx.HLE/HOS/Services/Apm/ManagerServer.cs +++ b/src/Ryujinx.HLE/HOS/Services/Apm/ManagerServer.cs @@ -28,4 +28,4 @@ return _context.Device.System.PerformanceState.CpuOverclockEnabled; } } -}
\ No newline at end of file +} |