summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman1-18/+31
2014-09-07bootmanager::EmuThread: fixed initialization orderarchshift1-3/+2
2014-08-24Pass format to the QGLWidget and use atomic instead of mutex.Sacha1-10/+3
2014-08-24Fix EmuThread loop by ensuring it exits properly.Sacha1-8/+25
2014-08-24Fix the threading for GL Context in Qt5.Sacha1-6/+16
2014-08-20Revert "Removed redundant loop in EmuThread::run()"archshift1-7/+10
2014-08-17Removed redundant loop in EmuThread::run()archshift1-10/+7
2014-08-15Bootmanager: changed `filename` to std::stringarchshift1-3/+5
2014-08-06Qt: Removed unnecessary HW::Update.bunnei1-1/+0
2014-06-17Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei1-1/+1
2014-05-20Improved clarity and whitespacearchshift1-1/+1
2014-05-17updated how we call ARM core to make things much fasterbunnei1-0/+3
2014-05-01Fixed indentsarchshift1-19/+19
2014-05-01Sets OGL version for Qt; will only work with Qt5archshift1-6/+10
2014-04-13Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt1-3/+4
2014-04-11Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt1-5/+5
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05Remove Core::GetState(). Use new ARM_Interface instead.Mathieu Vaillancourt1-2/+0
2014-04-04More Qt changes for debuggerMathieu Vaillancourt1-51/+13
2014-04-01Load file in qt windowMathieu Vaillancourt1-12/+12
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+246