summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* citra-qt: Fix mouse events coordinates on high-DPI screensGravatar Pierre de La Morinerie2015-10-041-12/+19
* Fix for the refresh issue when no rendering is doneGravatar LittleWhite2015-09-241-1/+10
* citra-qt: Fix connect error on startupGravatar Kloen2015-09-181-3/+9
* Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowGravatar bunnei2015-09-141-0/+5
|\
| * Stop emulation when render window is closedGravatar LittleWhite2015-09-071-0/+5
* | citra_qt: Reorganize headersGravatar Lioncash2015-09-111-9/+5
|/
* citra-qt: Move system shutdown to run inside EmuThreadGravatar Yuri Kunde Schlesner2015-09-031-0/+3
* Increase required OpenGL version to 3.3Gravatar Yuri Kunde Schlesner2015-08-301-1/+1
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+5
* citra-qt: Adjust initializer list orderGravatar Lioncash2015-07-291-1/+1
* Move input values into an arrayGravatar James Rowe2015-07-271-26/+3
* Qt: Fix disassembly widget steppingGravatar aroulin2015-07-131-1/+1
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+4
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Qt: Silence a bogus warning printed when using the debug runtimeGravatar Yuri Kunde Schlesner2015-05-231-1/+7
* MakeCurrent race condition fixGravatar tfarley2015-05-221-2/+2
* Use condition var to properly pause the CPU threadGravatar James Rowe2015-05-181-0/+3
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+0
* Merge pull request #698 from Zaneo/clip_stylus_inputGravatar Tony Wasserka2015-05-021-1/+1
|\
| * EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-011-1/+1
* | Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-011-3/+3
* | Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-011-3/+11
* | Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-011-38/+5
* | Qt: Create emu thread on bootup, kill it on shutdown.Gravatar bunnei2015-05-011-20/+11
* | EmuThread: Remove unused filename attribute.Gravatar bunnei2015-05-011-8/+2
* | Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-011-21/+6
|/
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-101-14/+8
* Qt: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-101-0/+25
* Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-071-1/+2
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-221-0/+10
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-18/+18
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...Gravatar Kingcom2015-01-111-1/+18
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-061-1/+1
* Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-041-0/+3
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-4/+4
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-091-2/+11
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-1/+1
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-191-1/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-2/+2
* citra-qt: Small cleanup.Gravatar Tony Wasserka2014-11-181-2/+1
* EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-181-8/+3
* EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-181-0/+7
* Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-181-19/+34
* Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-181-0/+24
* Citra-Qt: Use Core::RunLoop when not single stepping.Gravatar bunnei2014-11-111-12/+9
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-261-2/+2
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2014-10-121-3/+3
* Added configuration file system.Gravatar archshift2014-10-071-30/+24
* Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-131-3/+2
|\
| * bootmanager::EmuThread: fixed initialization orderGravatar archshift2014-09-071-3/+2