summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-18/+18
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-1/+18
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-1/+1
* Frontends: Shutdown core when emulation is stoppedYuri Kunde Schlesner2015-01-041-0/+3
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-4/+4
* Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2014-12-091-2/+11
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-1/+1
* Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-191-1/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
* citra-qt: Small cleanup.Tony Wasserka2014-11-181-2/+1
* EmuWindow: Remove window title getters/setters.Tony Wasserka2014-11-181-8/+3
* EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka2014-11-181-0/+7
* Fixup EmuWindow interface and implementations thereof.Tony Wasserka2014-11-181-19/+34
* Viewport scaling and display density independenceKevin Hartman2014-11-181-0/+24
* Citra-Qt: Use Core::RunLoop when not single stepping.bunnei2014-11-121-12/+9
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-2/+2
* OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner2014-10-121-3/+3
* Added configuration file system.archshift2014-10-081-30/+24
* Merge pull request #97 from archshift/cleanupbunnei2014-09-141-3/+2
|\
| * bootmanager::EmuThread: fixed initialization orderarchshift2014-09-071-3/+2
* | Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-121-18/+31
|/
* Pass format to the QGLWidget and use atomic instead of mutex.Sacha2014-08-241-10/+3
* Fix EmuThread loop by ensuring it exits properly.Sacha2014-08-241-8/+25
* Fix the threading for GL Context in Qt5.Sacha2014-08-241-6/+16
* Revert "Removed redundant loop in EmuThread::run()"archshift2014-08-201-7/+10
* Removed redundant loop in EmuThread::run()archshift2014-08-171-10/+7
* Bootmanager: changed `filename` to std::stringarchshift2014-08-151-3/+5
* Qt: Removed unnecessary HW::Update.bunnei2014-08-061-1/+0
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-1/+1
* Merge pull request #2 from archshift/issue-7-fixbunnei2014-05-201-15/+19
|\
| * Improved clarity and whitespacearchshift2014-05-201-1/+1
| * Fixed indentsarchshift2014-05-011-19/+19
| * Sets OGL version for Qt; will only work with Qt5archshift2014-05-011-6/+10
* | updated how we call ARM core to make things much fasterbunnei2014-05-171-0/+3
|/
* Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt2014-04-131-3/+4
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-111-5/+5
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+206