Ryujinx/Ryujinx.HLE/HOS
Ac_K 5eb0ee3cca
account: Implement IManagerForApplication calls and IAsyncContext (#1466)
* account: Implement IManagerForApplication calls and IAsyncContext

This implement:
- IManagerForApplication::EnsureIdTokenCacheAsync (accordingly to RE) but the Async task is stubbed.
- IAsyncContext interface (accordingly to RE).
- IManagerForApplication::LoadIdTokenCache (checked with RE, and stubbed).

I've tried some games but now they needs some `sfdnsres` calls, some other boots and crashes with other issues.
Maybe we should disable the connection somewhere to lets the game think we are offline. I have done many attempts, without success, but since the code is here now, it's better than nothing.

(I've cleaned up `using` of IGeneralService too)

Closes #629 and closes #630

* change AccountId

* Fix gdkchan's comments

* use CompletedTask
2020-08-18 21:24:54 +02:00
..
Applets Improved Logger (#1292) 2020-08-04 01:32:53 +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 CPU: This PR fixes Fpscr, among other things. (#1433) 2020-08-08 17:18:51 +02:00
Services account: Implement IManagerForApplication calls and IAsyncContext (#1466) 2020-08-18 21:24:54 +02:00
SystemState Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
ApplicationLoader.cs Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
HomebrewRomFsStream.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Horizon.cs Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
IdDictionary.cs Implement GPU syncpoints (#980) 2020-04-19 11:25:57 +10:00
ModLoader.cs Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
ProgramLoader.cs Improved Logger (#1292) 2020-08-04 01:32:53 +02: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