summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka1-0/+2
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka1-6/+13
2014-11-18Viewport scaling and display density independenceKevin Hartman1-0/+1
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-8/+8
This was automated using `clang-modernize`.
2014-10-08Added configuration file system.archshift1-0/+3
Uses QSettings on citra-qt, and inih on citra-cli.
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