1
0
Fork 0
forked from Mirror/Ryujinx
Ryujinx/Ryujinx.HLE/HOS/Services
Joshi234 51f7cc1483
Implemented ISystemSettingsServer.IsUserSystemClockAutomaticCorrectionEnabled ()
* 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
..
Account account: Services Refactoring () 2021-01-02 23:34:28 +01:00
Am Fix inverted read only flag in transfer memory creation () 2021-01-23 13:48:03 +11:00
Apm services: add "apm:p" () 2021-01-02 16:11:38 +01:00
Arp account: Services Refactoring () 2021-01-02 23:34:28 +01:00
Audio Make sure to not leak copy handles passed in request () 2020-12-03 19:19:10 +01:00
Bcat Rewrite size for fixed size buffers () 2020-12-12 14:06:20 +11:00
Bgtc
Bluetooth bluetooth: Fix event handle in IBluetoothDriver () 2020-08-13 01:04:59 +02:00
BluetoothManager Improved Logger () 2020-08-04 01:32:53 +02:00
Caps caps: Stub SetShimLibraryVersion () 2020-09-20 13:32:48 +10:00
Cec
Erpt
Es
Eupld
Fatal
Friend account: Services Refactoring () 2021-01-02 23:34:28 +01:00
Fs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Grc
Hid Update missing sample timestamp in DebugPad () 2021-01-07 19:43:33 +01:00
Ins
Lbl am/lbl/hid/pctl: Enabled VR Rendering () 2020-11-15 22:30:20 +01:00
Ldn Improved Logger () 2020-08-04 01:32:53 +02:00
Lm Improved Logger () 2020-08-04 01:32:53 +02:00
Loader Add various error codes to Loader () 2020-05-04 13:22:28 +02:00
Mig
Mii Update to LibHac 0.12.0 () 2020-09-01 17:08:59 -03:00
Mm Improved Logger () 2020-08-04 01:32:53 +02:00
Ncm Add various error codes to NCM LR () 2020-05-08 16:06:32 +02:00
News
Nfc IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Ngct ngct: Fix services and stub calls () 2020-12-10 03:08:28 +01:00
Nifm IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Nim nim: Implement IsLargeResourceAvailable () 2020-12-17 05:19:28 +01:00
Notification
Npns
Ns IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Nv Fix remap when handle is 0 () 2021-01-10 10:11:31 +11:00
Olsc olsc: Add service olsc:u and stub some calls () 2020-11-20 09:56:23 +11:00
Ovln
Pcie
Pctl pctl: Stub IsFreeCommunicationAvailable () 2021-01-10 21:26:59 +01:00
Pcv
Pm
Prepo Improved Logger () 2020-08-04 01:32:53 +02:00
Psc
Ptm Improved Logger () 2020-08-04 01:32:53 +02:00
Ro Correct type of executable sizes () 2020-12-13 08:30:27 +01:00
Sdb IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Settings Implemented ISystemSettingsServer.IsUserSystemClockAutomaticCorrectionEnabled () 2021-02-09 09:41:31 +01:00
Sm IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
Sockets Create a single guest process per IPC message processor () 2020-12-02 13:14:44 +01:00
Spl Implement a new physical memory manager and replace DeviceMemory () 2020-05-04 08:54:50 +10:00
Srepo
Ssl Improved Logger () 2020-08-04 01:32:53 +02:00
SurfaceFlinger android-fence: call callback when fence is invalid () 2021-01-13 10:53:13 +01:00
Time TZ: Fix loop condition in GetTZName () 2021-01-23 13:29:14 +01:00
Usb
Vi Add support for inline software keyboard () 2021-01-11 19:27:55 +01:00
Wlan
CommandAttributes.cs IPC refactor part 1: Use explicit separate threads to process requests () 2020-09-22 14:50:40 +10:00
DummyService.cs
IIpcService.cs
IpcService.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel () 2020-12-02 00:23:43 +01:00
ServerBase.cs Rewrite scheduler context switch code () 2020-12-09 19:20:05 -03:00
ServiceAttributes.cs IPC refactor part 1: Use explicit separate threads to process requests () 2020-09-22 14:50:40 +10:00
ServiceConfiguration.cs