yuzu/src/core/hle
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
..
applets Remove _flag in var names 2017-09-04 12:15:15 +03:00
kernel memory: Add GetCurrentPageTable/SetCurrentPageTable 2017-09-24 22:42:42 +01:00
service HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. 2017-09-25 09:45:02 -05:00
config_mem.cpp
config_mem.h
function_wrappers.h
ipc_helpers.h
ipc.h
lock.cpp Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
lock.h Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
result.h
romfs.cpp
romfs.h
shared_page.cpp
shared_page.h
svc.cpp Use recursive_mutex instead of mutex to fix #2902 2017-08-29 20:39:55 +12:00
svc.h