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
2014-04-27 18:22:30 -04:00
..
arm removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here 2014-04-27 18:22:30 -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 hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS) 2014-04-27 12:41:25 -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 moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
core.cpp cleaned up some logging messages 2014-04-10 22:45:40 -04:00
core.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
core.vcxproj moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -04:00
core.vcxproj.filters moved HLE::MRC to its own module, added support for catching data synchronization barrier command 2014-04-25 17:15:19 -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
loader.cpp Add a quick way to load Launcher.dat files 2014-04-21 23:15:40 -04:00
loader.h Add a quick way to load Launcher.dat files 2014-04-21 23:15:40 -04:00
mem_map.cpp - added preliminary support for svc_MapMemoryBlock 2014-04-24 23:56:06 -04:00
mem_map.h added helper functions to mem_map to convert physical addresses to virtual addresses 2014-04-27 12:40:31 -04:00
mem_map_funcs.cpp added helper functions to mem_map to convert physical addresses to virtual addresses 2014-04-27 12:40:31 -04:00
system.cpp cleaned up some logging messages 2014-04-10 22:45:40 -04:00
system.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00