citra/src/core
Yuri Kunde Schlesner e7719a52cd Rename GPU::Regs::FramebufferFormat to PixelFormat
This name better represents what the enum does, and is less overloaded
in the context. (The whole register the enum is part of is also called
'format'.)
2014-08-28 15:36:31 -03:00
..
arm ARM: Remove a forgotten const in vfp. 2014-08-20 17:50:27 +00:00
file_sys Added FS functions to Archive and Archive_RomFS 2014-08-22 15:45:10 -07:00
hle Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 2014-08-25 22:03:18 +02:00
hw Rename GPU::Regs::FramebufferFormat to PixelFormat 2014-08-28 15:36:31 -03: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 Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 2014-08-12 13:32:56 +02:00
mem_map.h Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 2014-08-12 13:32:56 +02:00
mem_map_funcs.cpp Core: Fix undefined behavior in mem_map_funcs' WriteBlock function 2014-08-17 14:23:54 -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