aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/bootmanager.cpp
Commit message (Expand)AuthorAge
* citra-qt: Adjust initializer list orderGravatar Lioncash2015-07-29
* Move input values into an arrayGravatar James Rowe2015-07-27
* Qt: Fix disassembly widget steppingGravatar aroulin2015-07-13
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* Qt: Silence a bogus warning printed when using the debug runtimeGravatar Yuri Kunde Schlesner2015-05-23
* MakeCurrent race condition fixGravatar tfarley2015-05-22
* Use condition var to properly pause the CPU threadGravatar James Rowe2015-05-18
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* Merge pull request #698 from Zaneo/clip_stylus_inputGravatar Tony Wasserka2015-05-02
|\
| * EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-01
* | Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-01
* | Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-01
* | Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-01
* | Qt: Create emu thread on bootup, kill it on shutdown.Gravatar bunnei2015-05-01
* | EmuThread: Remove unused filename attribute.Gravatar bunnei2015-05-01
* | Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-01
|/
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
* Qt: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-10
* Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-07
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-22
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...Gravatar Kingcom2015-01-11
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
* Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-04
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-09
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* citra-qt: Small cleanup.Gravatar Tony Wasserka2014-11-18
* EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-18
* EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-18
* Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-18
* Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-18
* Citra-Qt: Use Core::RunLoop when not single stepping.Gravatar bunnei2014-11-11
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2014-10-12
* Added configuration file system.Gravatar archshift2014-10-07
* Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-13
|\
* | Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-12
| * bootmanager::EmuThread: fixed initialization orderGravatar archshift2014-09-07
|/
* Pass format to the QGLWidget and use atomic instead of mutex.Gravatar Sacha2014-08-25
* Fix EmuThread loop by ensuring it exits properly.Gravatar Sacha2014-08-25
* Fix the threading for GL Context in Qt5.Gravatar Sacha2014-08-25
* Revert "Removed redundant loop in EmuThread::run()"Gravatar archshift2014-08-20
* Removed redundant loop in EmuThread::run()Gravatar archshift2014-08-16
* Bootmanager: changed `filename` to std::stringGravatar archshift2014-08-14
* Qt: Removed unnecessary HW::Update.Gravatar bunnei2014-08-05
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-16