2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/loader
archshift 4ed24a0619 loader.cpp: improved file extension checking, made Upper/LowerStr useful
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
2014-09-08 15:41:58 -07:00
..
elf.cpp ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code. 2014-06-24 19:30:07 -04: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 loader.cpp: improved file extension checking, made Upper/LowerStr useful 2014-09-08 15:41:58 -07:00
loader.h Loader: Added support for loading raw BIN executables. 2014-08-28 17:51:49 -04:00
ncch.cpp ncch: inline declare some variables in LZSS_Decompress 2014-09-06 13:36:49 -04:00
ncch.h ncch: Remove C-style struct typedefs 2014-09-06 13:38:03 -04:00