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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #473 from archshift/pp3ports
bunnei
2015-01-14
1
-0
/
+2
|
\
|
*
Pica/Rasterizer: Add ETC1 texture decompression support.
Tony Wasserka
2015-01-13
1
-0
/
+2
*
|
Qt Callstack: Clear the callstack every time it's updated
archshift
2015-01-12
2
-0
/
+14
|
/
*
Merge pull request #437 from Kingcom/DebugMode
Tony Wasserka
2015-01-11
6
-6
/
+24
|
\
|
*
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
2015-01-11
6
-6
/
+24
*
|
citra-qt: Add explicit casts to prevent some warnings.
Subv
2015-01-10
1
-2
/
+2
*
|
citra-qt: Fixed some Qt errors on initialization
Subv
2015-01-10
2
-4
/
+4
*
|
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+1
*
|
citra-qt: Add check for valid address to call stack
Kingcom
2015-01-07
1
-0
/
+3
|
/
*
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-06
17
-13
/
+13
*
Merge pull request #272 from rohit-n/sign-compare
bunnei
2015-01-06
3
-12
/
+12
|
\
|
*
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-01-01
3
-12
/
+12
*
|
citra-qt: Added license headers to files.
chrisvj
2015-01-04
8
-0
/
+32
*
|
Merge pull request #377 from Yllodra/misc-changes
Tony Wasserka
2015-01-02
4
-6
/
+6
|
\
\
|
*
|
Make letter cases consistent in menus and widgets
Daniel Lundqvist
2015-01-01
4
-6
/
+6
*
|
|
Merge pull request #358 from neobrain/pica_progress2
bunnei
2015-01-02
1
-5
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Pica: Cleanup color conversion.
Tony Wasserka
2014-12-31
1
-8
/
+5
|
*
|
citra-qt: Fix displaying RGBA5551 framebuffers.
Tony Wasserka
2014-12-31
1
-0
/
+4
|
*
|
citra-qt: Always show pica framebuffers as RGBA8.
Tony Wasserka
2014-12-31
1
-1
/
+2
|
|
/
*
/
Set object name for the graphics debugger
Daniel Lundqvist
2015-01-01
1
-1
/
+1
|
/
*
Qt: we don't need to check if model is valid.
xdec
2014-12-28
1
-1
/
+1
*
Fix crash when the disassembler pause button is pressed while no game is running.
xdec
2014-12-28
1
-1
/
+3
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
9
-9
/
+9
|
\
|
*
License change
purpasmart96
2014-12-21
9
-9
/
+9
*
|
Pica/DebugUtils: Add an event triggered after loading a vertex.
Tony Wasserka
2014-12-20
1
-0
/
+1
*
|
Add support for a ridiculous number of texture formats.
Tony Wasserka
2014-12-20
1
-1
/
+8
*
|
Pica: Unify ugly address translation hacks.
Tony Wasserka
2014-12-20
2
-8
/
+8
*
|
Pica: Merge texture lookup logic for DebugUtils and Rasterizer.
Tony Wasserka
2014-12-20
1
-1
/
+1
*
|
citra-qt: Fix invalid memory read upon program startup.
Tony Wasserka
2014-12-20
1
-1
/
+2
*
|
Pica: Initial support for multitexturing.
Tony Wasserka
2014-12-20
1
-7
/
+32
*
|
citra-qt: static-constify a map.
Tony Wasserka
2014-12-20
1
-6
/
+7
*
|
Clean up some warnings
Chin
2014-12-20
2
-8
/
+8
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+1
*
More cleanups.
Tony Wasserka
2014-12-09
2
-6
/
+13
*
citra-qt: Rename "Stop Tracing" to "Finish Tracing".
Tony Wasserka
2014-12-09
1
-1
/
+1
*
More coding style fixes.
Tony Wasserka
2014-12-09
2
-2
/
+2
*
Some code cleanup.
Tony Wasserka
2014-12-09
5
-64
/
+62
*
citra-qt: Add pica framebuffer widget.
Tony Wasserka
2014-12-09
2
-0
/
+374
*
citra_qt: Add enhanced texture debugging widgets.
Tony Wasserka
2014-12-09
2
-18
/
+179
*
citra-qt: Add texture viewer to Pica command list.
Tony Wasserka
2014-12-09
2
-1
/
+71
*
Add GUI widget for controlling pica breakpoints.
Tony Wasserka
2014-12-09
2
-0
/
+331
*
citra-qt: Polish the pica tracing widget.
Tony Wasserka
2014-12-09
2
-1
/
+26
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
2
-18
/
+18
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
2
-4
/
+4
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-1
/
+1
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
1
-1
/
+1
*
core: Make the ARM disassembler use std::string internally
Lioncash
2014-09-06
2
-6
/
+4
*
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
Tony Wasserka
2014-08-25
2
-124
/
+62
*
Pica: Add command processor.
Tony Wasserka
2014-08-12
1
-1
/
+1
*
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-12
1
-1
/
+1
*
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-06
1
-8
/
+8
*
Merge pull request #27 from neobrain/disassembly_view_rewrite
bunnei
2014-07-23
2
-60
/
+204
|
\
|
*
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
2014-07-23
1
-5
/
+21
|
*
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
2014-07-23
1
-1
/
+3
|
*
citra-qt: Rewrite disassembly view.
Tony Wasserka
2014-07-02
2
-60
/
+186
*
|
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
2014-07-23
1
-16
/
+18
|
/
*
citra_qt: Removed autogenerated files from repo and fixed build issues.
bunnei
2014-06-22
3
-3
/
+3
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
1
-1
/
+1
|
\
|
*
qt: updated disassembler to show 2X as many instructions
bunnei
2014-06-05
1
-1
/
+1
*
|
Further refine GPU command list debugging.
Tony Wasserka
2014-06-12
1
-4
/
+10
*
|
Refine command list debugging functionality and its qt interface.
Tony Wasserka
2014-06-12
2
-19
/
+107
*
|
citra-qt: Add command list view.
Tony Wasserka
2014-06-12
2
-0
/
+109
*
|
citra-qt: Add GX command history viewer.
Tony Wasserka
2014-06-12
2
-0
/
+126
|
/
*
Remove unused QTableView
Mathieu Vaillancourt
2014-04-19
2
-29
/
+2
*
UI/debugger changes
Mathieu Vaillancourt
2014-04-19
11
-0
/
+565