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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-17
updated how we call ARM core to make things much faster
bunnei
1
-0
/
+3
2014-05-16
added ability to load AXF files (same as ELF)
bunnei
1
-1
/
+1
2014-05-01
added symbol map load function to Qt GUI
bunnei
4
-11
/
+31
2014-04-24
made qt window title consistent
bunnei
1
-0
/
+4
2014-04-23
fixes to build on linux
bunnei
1
-12
/
+12
2014-04-23
updated CMakeLists for missing files
ShizZy
1
-6
/
+6
2014-04-22
Re-enable toggling window mode.
Mathieu Vaillancourt
4
-48
/
+55
2014-04-22
fixed order of LogManager and System init
bunnei
1
-1
/
+1
2014-04-19
Remove unused QTableView
Mathieu Vaillancourt
3
-37
/
+2
2014-04-19
UI/debugger changes
Mathieu Vaillancourt
19
-233
/
+285
2014-04-13
Init window size from VideoCore. Start changing the default window behavior...
Mathieu Vaillancourt
5
-29
/
+17
2014-04-13
Show symbols in disasm
Mathieu Vaillancourt
1
-1
/
+9
2014-04-11
Fixed GPLv2 license issue
bunnei
1
-2
/
+7
2014-04-11
Fixed GPLv2 license issue
bunnei
1
-2
/
+7
2014-04-11
Fixed GPLv2 license issue
bunnei
1
-2
/
+7
2014-04-11
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
17
-577
/
+90
2014-04-09
fixed project includes to use new directory structure
bunnei
2
-76
/
+108
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
34
-0
/
+0
2014-04-05
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
3
-27
/
+25
2014-04-04
More Qt changes for debugger
Mathieu Vaillancourt
9
-187
/
+190
2014-04-01
Load file in qt window
Mathieu Vaillancourt
1
-12
/
+12
2014-04-01
Basic QT window
Mathieu Vaillancourt
40
-0
/
+4463