1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 06:24:10 +01:00
Ryujinx/Ryujinx.HLE/HOS
Joshi234 51f7cc1483
Implemented ISystemSettingsServer.IsUserSystemClockAutomaticCorrectionEnabled (#1932)
* Added IsUserSystemClockAutomaticCorrectionEnabled

This is used when a game want to check if you game is synced with a server

* Update ISystemSettingsServer.cs

* Implemented OpenDataStorageWithProgramIndex

* Update IFileSystemProxy.cs

* Commited that file on accidant

* Update IFileSystemProxy.cs

* Revert "Merge branch 'master' of https://github.com/Joshi234/Ryujinx"

This reverts commit 375f430455, reversing
changes made to 672e2c8f7d.

* Revert "Update IFileSystemProxy.cs"

This reverts commit 672e2c8f7d.

* Update IFileSystemProxy.cs

* Update ISystemSettingsServer.cs

* removed accidantel addition of IFileSystemProxy.OpenDataStorageWithProgramIndex

* Update Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>

* Update Ryujinx.HLE/HOS/Services/Settings/ISystemSettingsServer.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>

* Fix formating and add missing stub

* Update ISystemSettingsServer.cs

* Update ISystemSettingsServer.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>
2021-02-09 09:41:31 +01:00
..
Applets Add support for inline software keyboard (#1868) 2021-01-11 19:27:55 +01:00
Diagnostics/Demangler
Font
Ipc
Kernel Fix inter-process data copy on non-contiguous physical regions (#1988) 2021-02-08 10:54:49 +11:00
Services Implemented ISystemSettingsServer.IsUserSystemClockAutomaticCorrectionEnabled (#1932) 2021-02-09 09:41:31 +01:00
SystemState am/gui: Implement Wake-up message (#1750) 2020-12-15 21:41:42 -03:00
ApplicationLoader.cs Fix exefs mod loading with unpacked games (#1857) 2021-01-03 12:30:31 +01:00
ArmProcessContext.cs
ArmProcessContextFactory.cs
HomebrewRomFsStream.cs
Horizon.cs Terminate application before services (#1812) 2020-12-17 01:44:06 +01:00
IdDictionary.cs
ModLoader.cs Fix exefs mod loading with unpacked games (#1857) 2021-01-03 12:30:31 +01:00
ProgramLoader.cs PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
ResultCode.cs Refactoring result codes (#731) 2019-07-14 16:04:38 -03:00
ServiceCtx.cs
UserChannelPersistence.cs