suyu/src/core
Tony Wasserka 9c781a6c76 Remove the fancy RegisterSet class introduced in 4c2bff61e.
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures.
Instead, we now use a more conventional approach which is a lot more clean to use.
2014-08-12 02:17:21 +02:00
..
arm ARM: Synchronize Citra's SkyEye core with 3dmoo's. 2014-07-23 19:16:40 -04:00
file_sys Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override". 2014-07-04 20:37:50 -04:00
hle Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
hw Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
loader NCCH: Updated ExeFS memory allocation to be safer. 2014-07-04 20:37:51 -04:00
CMakeLists.txt Kernel: Added preliminary support for address arbiters. 2014-07-08 18:46:38 -04:00
core.cpp GSP: Implements preliminary command synchronization via GPU interrupts. 2014-08-05 23:57:53 -04:00
core.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
core.vcxproj Kernel: Added preliminary support for address arbiters. 2014-07-08 18:46:38 -04:00
core.vcxproj.filters Kernel: Added preliminary support for address arbiters. 2014-07-08 18:46:38 -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 Memory: Removed deprecated MapBlock_Shared function. 2014-07-05 10:24:54 -04:00
mem_map_funcs.cpp MemMap: Fixed typo with GetPointer to VRAM address. 2014-08-05 23:54:28 -04:00
system.cpp Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00
system.h Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00