index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
bootmanager.cpp
Age
Commit message (
Collapse
)
Author
2014-08-25
Fix the threading for GL Context in Qt5.
Sacha
Connect the emu_thread start/finish to a moveContext slot.
2014-08-20
Revert "Removed redundant loop in EmuThread::run()"
archshift
2014-08-16
Removed redundant loop in EmuThread::run()
archshift
2014-08-14
Bootmanager: changed `filename` to std::string
archshift
2014-08-05
Qt: Removed unnecessary HW::Update.
bunnei
2014-06-16
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
2014-05-19
Merge pull request #2 from archshift/issue-7-fix
bunnei
Fixes issues with building Citra on OSX
2014-05-19
Improved clarity and whitespace
archshift
Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-04-30
Fixed indents
archshift
2014-04-30
Sets OGL version for Qt; will only work with Qt5
archshift
2014-04-12
Init window size from VideoCore. Start changing the default window behavior...
Mathieu Vaillancourt
2014-04-10
Temporarily "fix" citra_qt for Windows
Mathieu Vaillancourt
2014-04-08
got rid of 'src' folders in each sub-project
bunnei