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
/
bootmanager.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-13
Qt: Fix disassembly widget stepping
aroulin
1
-1
/
+4
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-18
Use condition var to properly pause the CPU thread
James Rowe
1
-2
/
+11
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+0
2015-05-02
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
1
-4
/
+4
2015-05-02
Qt: Use signals for emu_thread start/stop and fix disasm widget.
bunnei
1
-9
/
+12
2015-05-02
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
bunnei
1
-32
/
+12
2015-05-02
Qt: Create emu thread on bootup, kill it on shutdown.
bunnei
1
-5
/
+19
2015-05-02
EmuThread: Remove unused filename attribute.
bunnei
1
-9
/
+0
2015-05-02
Qt: Move EmuThread ownership from render window to main window.
bunnei
1
-9
/
+5
2015-03-10
Qt: Implemented EmuWindow touchpad support.
bunnei
1
-0
/
+4
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
Kingcom
1
-3
/
+9
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
1
-0
/
+0
2015-01-04
citra-qt: Added license headers to files.
chrisvj
1
-0
/
+4
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-1
/
+1
2014-11-18
EmuWindow: Add support for specifying minimal client area sizes.
Tony Wasserka
1
-0
/
+2
2014-11-18
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
1
-6
/
+13
2014-11-18
Viewport scaling and display density independence
Kevin Hartman
1
-0
/
+1
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
1
-8
/
+8
2014-10-08
Added configuration file system.
archshift
1
-0
/
+3
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
1
-0
/
+2
2014-08-24
Pass format to the QGLWidget and use atomic instead of mutex.
Sacha
1
-3
/
+2
2014-08-24
Fix EmuThread loop by ensuring it exits properly.
Sacha
1
-1
/
+4
2014-08-24
Fix the threading for GL Context in Qt5.
Sacha
1
-0
/
+5
2014-08-15
Bootmanager: changed `filename` to std::string
archshift
1
-2
/
+2
2014-04-11
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
1
-2
/
+2
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-04
More Qt changes for debugger
Mathieu Vaillancourt
1
-0
/
+8
2014-04-01
Basic QT window
Mathieu Vaillancourt
1
-0
/
+104