index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
/
graphics_breakpoints.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-3
/
+3
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-65
/
+39
*
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Jannik Vogel
2016-05-04
1
-1
/
+1
*
Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.
Henrik Rydgard
2016-04-24
1
-2
/
+2
*
citra_qt: Reorganize headers
Lioncash
2015-09-11
1
-4
/
+4
*
Merge pull request #981 from Subv/checkboxes
Yuri Kunde Schlesner
2015-07-25
1
-65
/
+38
|
\
|
*
Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.
Subv
2015-07-24
1
-65
/
+38
*
|
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-23
1
-3
/
+6
|
/
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-06
1
-2
/
+2
*
Make letter cases consistent in menus and widgets
Daniel Lundqvist
2015-01-01
1
-1
/
+1
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
1
-0
/
+1
*
|
citra-qt: static-constify a map.
Tony Wasserka
2014-12-20
1
-6
/
+7
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+1
*
More cleanups.
Tony Wasserka
2014-12-09
1
-2
/
+9
*
More coding style fixes.
Tony Wasserka
2014-12-09
1
-1
/
+1
*
Some code cleanup.
Tony Wasserka
2014-12-09
1
-1
/
+2
*
Add GUI widget for controlling pica breakpoints.
Tony Wasserka
2014-12-09
1
-0
/
+253