citra-canary/src/core
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
2015-02-10 18:30:31 -08:00
..
arm Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
file_sys FS: Allow multiple instances of the same archive type to be open at once 2015-02-10 13:43:44 -02:00
hle Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
hw Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
loader FS: Allow multiple instances of the same archive type to be open at once 2015-02-10 13:43:44 -02:00
CMakeLists.txt Explicitly instantiate constructors/destructors for Kernel objects 2015-02-02 15:37:07 -02:00
core.cpp arm: Adios armemu 2015-01-31 20:43:03 -05:00
core.h arm: Clean up ARMul_State 2015-01-31 21:55:34 -05:00
core_timing.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
core_timing.h CoreTiming: Ported the CoreTiming namespace from PPSSPP 2015-01-07 15:08:35 -05:00
mem_map.cpp MemMap: Add support for DSP Read & Writes in the memory map 2014-12-29 19:35:06 -08:00
mem_map.h Move VAddr/PAddr typedefs to kernel.h 2015-01-30 11:47:01 -02:00
mem_map_funcs.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h Merge pull request #526 from purpasmart96/citra_stubs 2015-02-10 18:39:37 -05:00
system.cpp Core: Fixed a crash and removed some unused variables. 2015-01-08 21:49:41 -05:00
system.h License change 2014-12-20 21:20:24 -08:00