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
/
disassembler.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
-4
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-64
/
+70
*
citra_qt: Reorganize headers
Lioncash
2015-09-11
1
-9
/
+7
*
citra-qt: Use monospace font on Disassembler and ARM Registers
Kloen
2015-09-07
1
-1
/
+10
*
citra-qt: Adjust initializer list order
Lioncash
2015-07-29
1
-1
/
+1
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-26
1
-1
/
+0
*
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-26
1
-1
/
+1
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+0
*
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-02
1
-2
/
+2
*
Qt: Use signals for emu_thread start/stop and fix disasm widget.
bunnei
2015-05-02
1
-38
/
+43
*
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
bunnei
2015-05-02
1
-5
/
+5
*
Qt: Move EmuThread ownership from render window to main window.
bunnei
2015-05-02
1
-8
/
+10
*
disassembler: Get rid of a const_cast
Lioncash
2015-03-30
1
-4
/
+1
*
citra-qt: Fix a crash when double-clicking a disassembler list item.
Tony Wasserka
2015-02-03
1
-8
/
+1
*
Merge pull request #437 from Kingcom/DebugMode
Tony Wasserka
2015-01-11
1
-1
/
+6
|
\
|
*
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
2015-01-11
1
-1
/
+6
*
|
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+1
|
/
*
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-06
1
-3
/
+3
*
citra-qt: Added license headers to files.
chrisvj
2015-01-04
1
-0
/
+4
*
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
*
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
1
-5
/
+3
*
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
1
-55
/
+150
*
qt: updated disassembler to show 2X as many instructions
bunnei
2014-06-05
1
-1
/
+1
*
Remove unused QTableView
Mathieu Vaillancourt
2014-04-19
1
-19
/
+2
*
UI/debugger changes
Mathieu Vaillancourt
2014-04-19
1
-0
/
+161