yuzu/src/citra_qt/debugger
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
..
callstack.cpp Qt Callstack: Clear the callstack every time it's updated 2015-01-11 21:47:28 -08:00
callstack.h Qt Callstack: Clear the callstack every time it's updated 2015-01-11 21:47:28 -08:00
callstack.ui Make letter cases consistent in menus and widgets 2015-01-01 18:52:39 +01:00
disassembler.cpp citra-qt: Fix a crash when double-clicking a disassembler list item. 2015-02-03 21:11:49 +01:00
disassembler.h citra-qt: Fix a crash when double-clicking a disassembler list item. 2015-02-03 21:11:49 +01:00
disassembler.ui citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. 2015-02-03 21:11:50 +01:00
graphics.cpp citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
graphics.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
graphics_breakpoints.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
graphics_breakpoints.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
graphics_breakpoints_p.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
graphics_cmdlists.cpp Pica/Rasterizer: Add ETC1 texture decompression support. 2015-01-13 14:42:40 -08:00
graphics_cmdlists.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
graphics_framebuffer.cpp Silence a few warnings. 2015-01-30 19:20:34 +00:00
graphics_framebuffer.h citra-qt: Fixed some Qt errors on initialization 2015-01-10 15:35:26 -05:00
ramview.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
ramview.h citra-qt: Renamed all .hxx headers to .h 2015-01-06 04:51:54 -08:00
registers.cpp citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 2015-01-11 21:22:51 +01:00
registers.h citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 2015-01-11 21:22:51 +01:00
registers.ui Make letter cases consistent in menus and widgets 2015-01-01 18:52:39 +01:00