Ryujinx/Ryujinx.HLE/HOS
Ac_K ca0d1f8205
ns/nim: Stub eShop related calls (#1420)
* ns/nim: Stub eShop related calls

As we aren't able to process purchase on the eShop throught the emulator, I have:
- Stub IPurchaseEventManager::SetDefaultDeliveryTarget (with RE check).
- Implement IPurchaseEventManager::GetPurchasedEventReadableHandle (with RE check).

As we can't do any eShop async call throught the emulator, I have:
- Stub IShopServiceAccessServerInterface::CreateServerInterface
- Stub IShopServiceAccessServer::CreateAccessorInterface
- Stub IShopServiceAccessor::IShopServiceAsync

Close #1084 and #1322

* fix handle copy

* Fix align

* Fix readonly event
2020-07-27 01:04:08 +02:00
..
Applets am: Implement common web applets (#1188) 2020-05-15 03:56:14 +02:00
Diagnostics/Demangler Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Font Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
Ipc Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
Kernel Fix session service disposal and improve transfer memory implementation (#1397) 2020-07-19 15:24:18 -03:00
Services ns/nim: Stub eShop related calls (#1420) 2020-07-27 01:04:08 +02:00
SystemState Fix GetDesiredLanguage (#1275) 2020-05-27 10:40:23 +02:00
ApplicationLoader.cs mods: Fix crash when loading via LoadCart (#1388) 2020-07-15 09:40:17 +10:00
HomebrewRomFsStream.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Horizon.cs New NVDEC and VIC implementation (#1384) 2020-07-12 05:07:01 +02:00
IdDictionary.cs Implement GPU syncpoints (#980) 2020-04-19 11:25:57 +10:00
ModLoader.cs mods: Fix crash when loading via LoadCart (#1388) 2020-07-15 09:40:17 +10:00
ProgramLoader.cs Implement modding support (#1249) 2020-07-09 14:31:15 +10:00
ResultCode.cs Refactoring result codes (#731) 2019-07-14 16:04:38 -03:00
ServiceCtx.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00