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
/
callstack.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-04
Fix some warnings (#2399)
Jonathan Hao
1
-1
/
+0
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
1
-1
/
+1
2016-12-22
core: Consolidate core and system state, remove system module & cleanups.
bunnei
1
-1
/
+1
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-21
/
+20
2016-05-21
Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddress
MerryMage
1
-1
/
+4
2015-12-30
core: Use unique_ptr for holding the interpreter instances
Lioncash
1
-7
/
+5
2015-09-11
citra_qt: Reorganize headers
Lioncash
1
-3
/
+3
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.
Emmanuel Gil Peyrot
1
-3
/
+5
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
1
-1
/
+1
2015-03-30
callstack: Remove unnecessary disassembler instantiation
Lioncash
1
-2
/
+1
2015-01-12
Qt Callstack: Clear the callstack every time it's updated
archshift
1
-0
/
+11
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
1
-1
/
+6
2015-01-07
citra-qt: Add check for valid address to call stack
Kingcom
1
-0
/
+3
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
1
-1
/
+1
2015-01-04
citra-qt: Added license headers to files.
chrisvj
1
-0
/
+4
2015-01-01
Make letter cases consistent in menus and widgets
Daniel Lundqvist
1
-3
/
+3
2014-12-20
Clean up some warnings
Chin
1
-2
/
+2
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-3
/
+3
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
1
-1
/
+1
2014-04-19
UI/debugger changes
Mathieu Vaillancourt
1
-0
/
+66