summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: remove dead codewwylele2017-03-171-2/+0
|
* citra-qt: release all buttons when render window focus is lostwwylele2017-03-171-0/+2
| | | | credit to @Hawkheart for the original idea
* InputCommon: add Keyboardwwylele2017-03-011-4/+2
|
* Frontend: emulate motion sensorwwylele2016-12-261-0/+4
|
* core: Move emu_window and key_map into coreMerryMage2016-12-231-1/+1
| | | | * Removes circular dependences (common should not depend on core)
* citra-qt: Make constructors explicit where applicableLioncash2016-12-111-1/+1
|
* citra-qt: Add missing #pragma once directivesLioncash2016-12-111-0/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-13/+18
|
* qt: Recreate GL context on startup to support changing V-Sync.bunnei2016-08-301-0/+2
|
* citra-qt: Fix mouse events coordinates on high-DPI screensPierre de La Morinerie2015-10-041-0/+2
|
* Fix for the refresh issue when no rendering is doneLittleWhite2015-09-241-3/+4
|
* citra-qt: Fix connect error on startupKloen2015-09-181-2/+4
|
* Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowbunnei2015-09-141-0/+6
|\ | | | | Stop emulation when render window is closed
| * Stop emulation when render window is closedLittleWhite2015-09-071-0/+6
| |
* | citra_qt: Reorganize headersLioncash2015-09-111-1/+1
|/
* Qt: Fix disassembly widget steppingaroulin2015-07-131-1/+4
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
|
* Use condition var to properly pause the CPU threadJames Rowe2015-05-181-2/+11
| | | | Adds support for threaded pausing so citra doesn't spin wait on pause
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
|
* Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei2015-05-021-4/+4
|
* Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei2015-05-021-9/+12
|
* Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei2015-05-021-32/+12
|
* Qt: Create emu thread on bootup, kill it on shutdown.bunnei2015-05-021-5/+19
|
* EmuThread: Remove unused filename attribute.bunnei2015-05-021-9/+0
|
* Qt: Move EmuThread ownership from render window to main window.bunnei2015-05-021-9/+5
|
* Qt: Implemented EmuWindow touchpad support.bunnei2015-03-101-0/+4
|
* citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-3/+9
|
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-0/+138