summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp
AgeCommit message (Expand)Author
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n30
2017-06-02Optimized messages that were repetitive and added ability for core errors to ...TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-03-17citra-qt: remove dead codewwylele
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01InputCommon: add Keyboardwwylele
2017-02-23Gui: Change title bar to include build nameJames Rowe
2017-01-07Merge pull request #1951 from wwylele/motion-sensorbunnei
2017-01-04Fix some warnings (#2399)Jonathan Hao
2016-12-26Frontend: emulate motion sensorwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-21core: Consolidate top-level system state into a singleton.bunnei
2016-12-19line fixup for travis ciCaptV0rt3x
2016-12-19screen swap - Hotkey mappingVamsi Krishna
2016-11-05Support additional screen layouts.James Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-29qt: Recreate GL context on startup to support changing V-Sync.bunnei
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-05-15Refactor input subsystemwwylele
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik RydgÄrd
2015-10-04citra-qt: Fix mouse events coordinates on high-DPI screensPierre de La Morinerie
2015-09-24Fix for the refresh issue when no rendering is doneLittleWhite
2015-09-18citra-qt: Fix connect error on startupKloen
2015-09-14Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowbunnei
2015-09-11citra_qt: Reorganize headersLioncash
2015-09-07Stop emulation when render window is closedLittleWhite
2015-09-03citra-qt: Move system shutdown to run inside EmuThreadYuri Kunde Schlesner
2015-08-30Increase required OpenGL version to 3.3Yuri Kunde Schlesner
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-07-29citra-qt: Adjust initializer list orderLioncash
2015-07-27Move input values into an arrayJames Rowe
2015-07-13Qt: Fix disassembly widget steppingaroulin
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-23Qt: Silence a bogus warning printed when using the debug runtimeYuri Kunde Schlesner
2015-05-22MakeCurrent race condition fixtfarley
2015-05-18Use condition var to properly pause the CPU threadJames Rowe
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-02Merge pull request #698 from Zaneo/clip_stylus_inputTony Wasserka
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo
2015-05-01Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei