citra/src/core
2014-05-20 22:25:40 -04:00
..
arm armemu: missed rename of "Syscall" to "SVC" 2014-05-20 22:25:40 -04:00
elf Implement simple LoadSymbols for ELF files 2014-04-12 19:04:32 -04:00
file_sys fixes to build on linux 2014-04-22 19:42:29 -07:00
hle thread: added correct lowest thread priority, added a thread priority check, and added some comments 2014-05-20 21:02:35 -04:00
hw added code to LCD modules keep track of framebuffer location in FCRAM or VRAM 2014-04-27 12:39:57 -04:00
CMakeLists.txt renamed "syscall" module to "svc" (more accurate naming) 2014-05-20 18:28:38 -04:00
core_timing.cpp
core_timing.h
core.cpp updated how we call ARM core to make things much faster 2014-05-17 11:59:18 -04:00
core.h
core.vcxproj renamed "syscall" module to "svc" (more accurate naming) 2014-05-20 18:28:38 -04:00
core.vcxproj.filters renamed "syscall" module to "svc" (more accurate naming) 2014-05-20 18:28:38 -04:00
loader.cpp added ability to load AXF files (same as ELF) 2014-05-15 18:54:57 -04:00
loader.h - added option to load a code.bin file extracted from a CXI file 2014-04-30 23:50:14 -04:00
mem_map_funcs.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.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 added memory mapped region for system mem - sdk demos load a segment here on ELF load 2014-05-15 18:56:28 -04:00
system.cpp
system.h