index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #986 from Lectem/better_widgets
Tony Wasserka
2015-07-26
1
-12
/
+22
|
\
|
*
citra-qt/command list: Enable uniform row heights and automatically resize co...
Lectem
2015-07-25
1
-0
/
+8
|
*
citra-qt/command list: Split register and value columns.
Lectem
2015-07-25
1
-12
/
+14
*
|
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
1
-1
/
+0
*
|
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-25
1
-1
/
+1
|
/
*
Merge pull request #892 from zawata/another-warning-fixes
Yuri Kunde Schlesner
2015-07-25
3
-3
/
+3
|
\
|
*
Citra_QT : Another Conversion Warning Fix
zawata
2015-07-19
1
-1
/
+1
|
*
Citra_QT : Fix Conversion Warnings
zawata
2015-07-19
2
-2
/
+2
*
|
Merge pull request #981 from Subv/checkboxes
Yuri Kunde Schlesner
2015-07-25
3
-71
/
+40
|
\
\
|
*
|
Qt/GPU Breakpoints: Changed the widget so that we don't have to select and cl...
Subv
2015-07-23
3
-71
/
+40
*
|
|
Qt/GPU Breakpoints: Added three more breakpoint types:
Subv
2015-07-23
1
-3
/
+6
|
/
/
*
|
Merge pull request #929 from neobrain/geoshader_definitions
Tony Wasserka
2015-07-21
1
-1
/
+1
|
\
\
|
*
|
Pica/Shader: Add geometry shader definitions.
Tony Wasserka
2015-07-15
1
-1
/
+1
|
|
/
*
|
Resolve issue accidentally left unaddressed in PR #930
Yuri Kunde Schlesner
2015-07-21
1
-1
/
+1
*
|
Merge pull request #930 from neobrain/copypaste_commandlist
Yuri Kunde Schlesner
2015-07-20
2
-1
/
+31
|
\
\
|
*
|
citra-qt: Add support for copying the command list contents to clipboard.
Tony Wasserka
2015-07-15
2
-1
/
+31
|
|
/
*
/
Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...
Subv
2015-07-19
1
-1
/
+1
|
/
*
citra-qt: Add depth formats to framebuffer viewing widget.
Tony Wasserka
2015-07-13
2
-6
/
+33
*
citra-qt: Properly specify the framebuffer format.
Tony Wasserka
2015-07-13
2
-3
/
+28
*
CiTrace: Clean up initialization method.
Tony Wasserka
2015-07-13
1
-9
/
+15
*
CiTrace: Record LCD registers. Cleanup recording code.
Tony Wasserka
2015-07-13
1
-7
/
+11
*
CiTrace: Record default vertex attributes.
Tony Wasserka
2015-07-13
1
-0
/
+8
*
citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation.
Tony Wasserka
2015-07-13
2
-2
/
+36
*
Add CiTrace recording support.
Tony Wasserka
2015-07-13
3
-1
/
+151
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
Make the call stack entries not editable
Greg Wicks
2015-06-19
1
-0
/
+3
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
1
-1
/
+2
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
1
-2
/
+2
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
3
-10
/
+10
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
4
-4
/
+4
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
2
-3
/
+3
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
2
-3
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
4
-3
/
+5
*
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-01
4
-8
/
+8
*
Qt: Clear registers widget on shutdown.
bunnei
2015-05-01
2
-8
/
+29
*
Qt: Use signals for emu_thread start/stop and fix disasm widget.
bunnei
2015-05-01
2
-41
/
+49
*
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
bunnei
2015-05-01
1
-5
/
+5
*
Qt: Move EmuThread ownership from render window to main window.
bunnei
2015-05-01
2
-11
/
+13
*
Merge pull request #691 from rohit-n/sign-compare
bunnei
2015-04-17
1
-2
/
+2
|
\
|
*
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-04-09
1
-2
/
+2
*
|
Headers: Add some forgotten overrides, thanks clang!
Emmanuel Gil Peyrot
2015-04-14
2
-2
/
+2
|
/
*
Merge pull request #678 from lioncash/disasm
bunnei
2015-03-31
1
-2
/
+1
|
\
|
*
callstack: Remove unnecessary disassembler instantiation
Lioncash
2015-03-30
1
-2
/
+1
*
|
disassembler: Get rid of a const_cast
Lioncash
2015-03-30
1
-4
/
+1
|
/
*
Merge pull request #643 from Subv/dem_feels
bunnei
2015-03-09
2
-7
/
+68
|
\
|
*
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
2015-03-09
2
-6
/
+6
|
*
Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer
Subv
2015-03-09
2
-5
/
+66
*
|
Update nihstro submodule to the initial release version.
archshift
2015-03-08
1
-20
/
+21
|
/
*
Merge pull request #538 from yuriks/perf-stat
Tony Wasserka
2015-03-07
3
-0
/
+221
|
\
[next]