aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp
Commit message (Collapse)AuthorAge
* Merge pull request #981 from Subv/checkboxesGravatar Yuri Kunde Schlesner2015-07-25
|\ | | | | Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type
| * Qt/GPU Breakpoints: Changed the widget so that we don't have to select and ↵Gravatar Subv2015-07-23
| | | | | | | | click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
* | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-23
|/ | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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.
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-01
| | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ | | | | License change
| * License changeGravatar purpasmart962014-12-20
| |
* | Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-20
| |
* | citra-qt: static-constify a map.Gravatar Tony Wasserka2014-12-20
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* More cleanups.Gravatar Tony Wasserka2014-12-09
|
* More coding style fixes.Gravatar Tony Wasserka2014-12-09
|
* Some code cleanup.Gravatar Tony Wasserka2014-12-09
|
* Add GUI widget for controlling pica breakpoints.Gravatar Tony Wasserka2014-12-09