Ryujinx/Ryujinx.HLE/FileSystem
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
..
ContentManager.cs hle: Do not add disabled AoC item to the list (#4044) 2022-12-07 15:00:28 +01:00
ContentPath.cs hle: Some cleanup (#3210) 2022-03-22 20:46:16 +01:00
EncryptedFileSystemCreator.cs hle: Some cleanup (#3210) 2022-03-22 20:46:16 +01:00
LocationEntry.cs hle: Some cleanup (#3210) 2022-03-22 20:46:16 +01:00
SystemVersion.cs hle: Some cleanup (#3210) 2022-03-22 20:46:16 +01:00
VirtualFileSystem.cs Update to LibHac 0.17.0 (#3878) 2022-11-23 18:32:35 +01:00