citra/src/core/loader
Lioncash 72846c418e core: Mark some hle functions as static
These functions are not referred to by their linkage name outside of the translation unit, so they can be marked as static.
2014-11-17 22:41:49 -05:00
..
elf.cpp Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 2014-09-17 14:35:45 +00:00
elf.h Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override". 2014-07-04 20:37:50 -04:00
loader.cpp Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 2014-09-17 14:35:45 +00:00
loader.h Loader: Added support for loading raw BIN executables. 2014-08-28 17:51:49 -04:00
ncch.cpp core: Mark some hle functions as static 2014-11-17 22:41:49 -05:00
ncch.h ncch: Remove C-style struct typedefs 2014-09-06 13:38:03 -04:00