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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-08-24
Pass format to the QGLWidget and use atomic instead of mutex.
Sacha
1
-10
/
+3
2014-08-24
Fix EmuThread loop by ensuring it exits properly.
Sacha
1
-8
/
+25
2014-08-24
Fix the threading for GL Context in Qt5.
Sacha
1
-6
/
+16
2014-08-20
Revert "Removed redundant loop in EmuThread::run()"
archshift
1
-7
/
+10
2014-08-17
Removed redundant loop in EmuThread::run()
archshift
1
-10
/
+7
2014-08-15
Bootmanager: changed `filename` to std::string
archshift
1
-3
/
+5
2014-08-06
Qt: Removed unnecessary HW::Update.
bunnei
1
-1
/
+0
2014-06-17
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
1
-1
/
+1
2014-05-20
Improved clarity and whitespace
archshift
1
-1
/
+1
2014-05-17
updated how we call ARM core to make things much faster
bunnei
1
-0
/
+3
2014-05-01
Fixed indents
archshift
1
-19
/
+19
2014-05-01
Sets OGL version for Qt; will only work with Qt5
archshift
1
-6
/
+10
2014-04-13
Init window size from VideoCore. Start changing the default window behavior...
Mathieu Vaillancourt
1
-3
/
+4
2014-04-11
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
1
-5
/
+5
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
-2
/
+0
2014-04-04
More Qt changes for debugger
Mathieu Vaillancourt
1
-51
/
+13
2014-04-01
Load file in qt window
Mathieu Vaillancourt
1
-12
/
+12
2014-04-01
Basic QT window
Mathieu Vaillancourt
1
-0
/
+246