yuzu-fork/src/core/src
2014-04-08 19:11:21 -04:00
..
arm changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo. 2014-04-05 15:23:59 -04:00
elf commented out bswap stuff... ARM ELF files are little endian anyway 2014-03-31 22:15:02 -04:00
file_sys added meta_file_system to project 2013-09-25 21:25:46 -04:00
hw removed log message from hw_lcd 2014-04-06 22:56:25 -04:00
core.cpp added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made 2014-04-05 15:26:03 -04:00
core.h Merge branch 'hardware-interface' 2014-04-07 00:57:37 -04:00
core_timing.cpp fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2 2014-04-08 19:11:21 -04:00
core_timing.h fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2 2014-04-08 19:11:21 -04:00
loader.cpp added entry point loading from ELF file 2014-04-04 22:26:25 -04:00
loader.h renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI 2013-10-06 09:39:11 -04:00
mem_map.cpp -converted tabs to spaces 2014-04-01 18:48:04 -04:00
mem_map.h made memory #define's enum to make debugging easier 2014-04-03 22:07:05 -04:00
mem_map_funcs.cpp added hack physical memory reads with Memory::GetPointer 2014-04-06 22:56:08 -04:00
system.cpp initialize VideoCore 2014-04-06 16:55:54 -04:00
system.h moved some core functions over to system module 2013-10-03 17:47:31 -04:00