1
0
Fork 0
forked from suyu/suyu
suyu/src/core
bunnei a7f1c54490 Loader: Refactored loading functions to only read data from binary if called.
NCCH: Updated LoadExec to use Memory::WriteBlock function to load binary code.
2014-06-24 19:30:08 -04:00
..
arm Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
file_sys fixes to build on linux 2014-04-22 19:42:29 -07:00
hle Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
hw Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
loader Loader: Refactored loading functions to only read data from binary if called. 2014-06-24 19:30:08 -04:00
CMakeLists.txt Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. 2014-06-16 23:43:32 -04:00
core.cpp Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
core.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
core.vcxproj Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. 2014-06-16 23:43:32 -04:00
core.vcxproj.filters Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. 2014-06-16 23:43:32 -04:00
core_timing.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
core_timing.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
mem_map.cpp added memory mapped region for system mem - sdk demos load a segment here on ELF load 2014-05-15 18:56:28 -04:00
mem_map.h MemMap: Added a WriteBlock function to write a buffer of data to memory. 2014-06-24 19:30:08 -04:00
mem_map_funcs.cpp MemMap: Added a WriteBlock function to write a buffer of data to memory. 2014-06-24 19:30:08 -04:00
system.cpp Kernel: Added freeing of kernel objects on emulator shutdown. 2014-06-13 09:51:19 -04:00
system.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00