summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-06citra-qt: Renamed all .hxx headers to .hGravatar chrisvj1-1/+1
2015-01-04Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner1-0/+3
2014-12-26Allow focus only when in popout modeGravatar Daniel Lundqvist1-3/+0
2014-12-26Allow focus on the Qt render widgetGravatar Daniel Lundqvist1-0/+3
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner1-4/+4
2014-12-09Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka1-2/+11
2014-12-03Change NULLs to nullptrs.Gravatar Rohit Nirmal1-1/+1
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot1-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-2/+2
2014-11-18citra-qt: Small cleanup.Gravatar Tony Wasserka1-2/+1
2014-11-18EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka1-8/+3
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka1-0/+7
2014-11-18Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka1-19/+34
2014-11-18Viewport scaling and display density independenceGravatar Kevin Hartman1-0/+24
2014-11-11Citra-Qt: Use Core::RunLoop when not single stepping.Gravatar bunnei1-12/+9
2014-10-26Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner1-2/+2
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner1-3/+3
2014-10-07Added configuration file system.Gravatar archshift1-30/+24
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman1-18/+31
2014-09-07bootmanager::EmuThread: fixed initialization orderGravatar archshift1-3/+2
2014-08-25Pass format to the QGLWidget and use atomic instead of mutex.Gravatar Sacha1-10/+3
2014-08-25Fix EmuThread loop by ensuring it exits properly.Gravatar Sacha1-8/+25
2014-08-25Fix the threading for GL Context in Qt5.Gravatar Sacha1-6/+16
2014-08-20Revert "Removed redundant loop in EmuThread::run()"Gravatar archshift1-7/+10
2014-08-16Removed redundant loop in EmuThread::run()Gravatar archshift1-10/+7
2014-08-14Bootmanager: changed `filename` to std::stringGravatar archshift1-3/+5
2014-08-05Qt: Removed unnecessary HW::Update.Gravatar bunnei1-1/+0
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei1-1/+1
2014-05-19Improved clarity and whitespaceGravatar archshift1-1/+1
2014-05-17updated how we call ARM core to make things much fasterGravatar bunnei1-0/+3
2014-04-30Fixed indentsGravatar archshift1-19/+19
2014-04-30Sets OGL version for Qt; will only work with Qt5Gravatar archshift1-6/+10
2014-04-12Init window size from VideoCore. Start changing the default window behavior...Gravatar Mathieu Vaillancourt1-3/+4
2014-04-10Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt1-5/+5
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-04Remove Core::GetState(). Use new ARM_Interface instead.Gravatar Mathieu Vaillancourt1-2/+0
2014-04-03More Qt changes for debuggerGravatar Mathieu Vaillancourt1-51/+13
2014-03-31Load file in qt windowGravatar Mathieu Vaillancourt1-12/+12
2014-03-31Basic QT windowGravatar Mathieu Vaillancourt1-0/+246