yuzu-android/src/core/arm/dyncom
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_dyncom_dec.cpp dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH 2015-01-02 20:51:54 -05:00
arm_dyncom_dec.h dyncom: clean up arm_dyncom_dec.h 2015-01-30 16:28:52 -05:00
arm_dyncom_interpreter.cpp dyncom: Add more regs to MCR/MRC 2015-02-10 09:34:42 -05:00
arm_dyncom_interpreter.h License change 2014-12-20 21:20:24 -08:00
arm_dyncom_run.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
arm_dyncom_run.h arm: Move headers over to pragma once 2015-01-30 16:17:02 -05:00
arm_dyncom_thumb.cpp arm_dyncom_thumb: Make lookup tables static 2015-02-10 10:42:09 -05:00
arm_dyncom_thumb.h arm: Move headers over to pragma once 2015-01-30 16:17:02 -05:00
arm_dyncom.cpp Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00
arm_dyncom.h Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00