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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-03
citra-qt: Fix a crash when double-clicking a disassembler list item.
Tony Wasserka
1
-8
/
+1
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
1
-1
/
+6
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-0
/
+1
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
1
-3
/
+3
2015-01-04
citra-qt: Added license headers to files.
chrisvj
1
-0
/
+4
2014-12-28
Qt: we don't need to check if model is valid.
xdec
1
-1
/
+1
2014-12-28
Fix crash when the disassembler pause button is pressed while no game is running.
xdec
1
-1
/
+3
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
1
-1
/
+1
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
1
-5
/
+3
2014-07-23
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
1
-5
/
+21
2014-07-23
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
1
-1
/
+3
2014-07-02
citra-qt: Rewrite disassembly view.
Tony Wasserka
1
-55
/
+150
2014-06-05
qt: updated disassembler to show 2X as many instructions
bunnei
1
-1
/
+1
2014-04-19
Remove unused QTableView
Mathieu Vaillancourt
1
-19
/
+2
2014-04-19
UI/debugger changes
Mathieu Vaillancourt
1
-17
/
+35
2014-04-13
Show symbols in disasm
Mathieu Vaillancourt
1
-1
/
+9
2014-04-11
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
1
-8
/
+8
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-05
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
1
-5
/
+4
2014-04-04
More Qt changes for debugger
Mathieu Vaillancourt
1
-67
/
+59
2014-04-01
Basic QT window
Mathieu Vaillancourt
1
-0
/
+144