yuzu/src/citra_qt
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
..
config Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
debugger Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
util Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
bootmanager.cpp
bootmanager.h
citra-qt.rc
CMakeLists.txt
config.cpp Merge pull request #526 from purpasmart96/citra_stubs 2015-02-10 18:39:37 -05:00
config.h
hotkeys.cpp
hotkeys.h
hotkeys.ui
main.cpp
main.h
main.ui
version.h