yuzu-mainline/src
Subv 774e7deae8 HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently.
The loaders now register each loaded ROM with the SelfNCCH factory, which keeps the data around for the duration of the emulation session.

When opening the SelfNCCH archive, the factory queries the current program's programid and uses that as a key to the map that contains the NCCHData structure (RomFS, Icon, Banner, etc).

3dsx files do not have a programid and will use a default of 0 for this value, thus, only 1 3dsx file with RomFS is loadable at the same time.
2017-09-25 09:45:02 -05:00
..
audio_core
citra WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
citra_qt citra-qt: fix some untranslated strings 2017-09-24 17:53:35 +03:00
common
core HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. 2017-09-25 09:45:02 -05:00
input_common
network
tests memory: Add GetCurrentPageTable/SetCurrentPageTable 2017-09-24 22:42:42 +01:00
video_core Merge pull request #2951 from huwpascoe/perf-4 2017-09-25 08:28:55 +02:00
web_service WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
.clang-format
CMakeLists.txt