summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-0/+2
2014-08-24Pass format to the QGLWidget and use atomic instead of mutex.Sacha1-3/+2
2014-08-24Fix EmuThread loop by ensuring it exits properly.Sacha1-1/+4
Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread. The GL code now supports this but the Core still doesn't.
2014-08-24Fix the threading for GL Context in Qt5.Sacha1-0/+5
Connect the emu_thread start/finish to a moveContext slot.
2014-08-15Bootmanager: changed `filename` to std::stringarchshift1-2/+2
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-2/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-04More Qt changes for debuggerMathieu Vaillancourt1-0/+8
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+104