ryujinx/Ryujinx.HLE/HOS
Ac_K 9f555db5cd
hle: Do not add disabled AoC item to the list (#4044)
* hle: Do not add disabled AoC item to the list

We currently add all AoC items to a list in `ContentManager` and the enable check is only done when FS service ask for the data. Which is wrong. It causes an issue in MK8D which doesn't boot even if you have disabled a not updated DLC.

I've fixed it by not adding the disabled AoC item to the list, I've removed some duplicate code too.
There is still an edge case because we currently don't check the AoC Item version, but that should be fixed later since now MK8D throw an error if the DLC isn't updated.

* remove useless "enabled"
2022-12-07 15:00:28 +01:00
..
Applets
Diagnostics/Demangler
Ipc
Kernel
Services
SystemState
Tamper
ApplicationLoader.cs hle: Do not add disabled AoC item to the list (#4044) 2022-12-07 15:00:28 +01:00
ArmProcessContext.cs
ArmProcessContextFactory.cs
HomebrewRomFsStream.cs
Horizon.cs
IdDictionary.cs
LibHacHorizonManager.cs
ModLoader.cs
ProgramLoader.cs
ResultCode.cs
ServiceCtx.cs
TamperMachine.cs
UserChannelPersistence.cs