Ryujinx/Ryujinx.HLE/HOS
Mary 33f8284bc0
hle/ui: Basic multi programs support (#1560)
* hos/gui: Add a check of NCA program index in titleid

This add a check to `ApplicationLoader` for the last 2 digits of the game TitleId who seems to be the NCA program index.
We currently return the last index, instead of the lower one.
Same check is added to ApplicationLibrary in the UI.

I've cleaned up both file too.

* hle: implement partial relaunch logic

TODO: make the emulator auto relauch.

* Handle auto relaunch

* hle: Unify update usage system

* hle: Implement support of multi programs in update system

* Add some documentation

* Address rip's comment

Co-authored-by: Ac_K <Acoustik666@gmail.com>
2020-09-21 13:45:30 +10:00
..
Applets Improve multi-controller support in HID and Controller Applet (#1453) 2020-08-23 22:54:11 +02:00
Diagnostics/Demangler Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Font Update to LibHac 0.12.0 (#1485) 2020-09-01 17:08:59 -03: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 hle/ui: Basic multi programs support (#1560) 2020-09-21 13:45:30 +10:00
SystemState Amadeus: Final Act (#1481) 2020-08-17 22:49:37 -03:00
ApplicationLoader.cs hle/ui: Basic multi programs support (#1560) 2020-09-21 13:45:30 +10:00
HomebrewRomFsStream.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Horizon.cs Improve multi-controller support in HID and Controller Applet (#1453) 2020-08-23 22:54:11 +02:00
IdDictionary.cs Implement GPU syncpoints (#980) 2020-04-19 11:25:57 +10:00
ModLoader.cs Update to LibHac 0.12.0 (#1485) 2020-09-01 17:08:59 -03: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
UserChannelPersistence.cs hle/ui: Basic multi programs support (#1560) 2020-09-21 13:45:30 +10:00