1
0
Fork 0
forked from suyu/suyu
suyu/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 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 2015-01-21 13:31:10 -08:00
bootmanager.h citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 2015-01-11 21:22:51 +01:00
citra-qt.rc Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
CMakeLists.txt Use -pthread where and only where needed 2015-01-09 15:50:46 +01:00
config.cpp Merge pull request #526 from purpasmart96/citra_stubs 2015-02-10 18:39:37 -05:00
config.h License change 2014-12-20 21:20:24 -08:00
hotkeys.cpp citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
hotkeys.ui got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
main.cpp Merge pull request #429 from Kingcom/titlebar 2015-01-20 23:17:42 +01:00
main.h citra-qt: Add option to hide dock widget title bars 2015-01-20 22:50:24 +01:00
main.ui citra-qt: Add option to hide dock widget title bars 2015-01-20 22:50:24 +01:00
version.h citra-qt: Added license headers to files. 2015-01-04 09:36:57 -08:00