summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesJames Rowe2018-01-131-310/+0
* frontend: Update for undocked Switch screen layout.bunnei2018-01-111-2/+2
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-6/+4
* Implement basic virtual Room support based on enet (#2803)B3n302017-07-071-0/+3
* Optimized messages that were repetitive and added ability for core errors to specify more details optionally.TheKoopaKingdom2017-06-031-1/+1
* Made some changes from review comments:TheKoopaKingdom2017-06-031-1/+0
* Added system for handling core errors in citra-qt.TheKoopaKingdom2017-06-031-1/+5
* Move screen size constants from video_core to coreYuri Kunde Schlesner2017-05-281-4/+2
* citra-qt: remove dead codewwylele2017-03-171-2/+0
* citra-qt: release all buttons when render window focus is lostwwylele2017-03-171-0/+5
* Input: remove unused stuff & clean upwwylele2017-03-011-0/+1
* InputCommon: add Keyboardwwylele2017-03-011-14/+11
* Gui: Change title bar to include build nameJames Rowe2017-02-231-2/+2
* Merge pull request #1951 from wwylele/motion-sensorbunnei2017-01-071-1/+9
|\
| * Frontend: emulate motion sensorwwylele2016-12-261-1/+9
* | Fix some warnings (#2399)Jonathan Hao2017-01-041-1/+1
|/
* core: Move emu_window and key_map into coreMerryMage2016-12-231-1/+1
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-4/+2
* core: Consolidate top-level system state into a singleton.bunnei2016-12-221-1/+1
* line fixup for travis ciCaptV0rt3x2016-12-181-1/+0
* screen swap - Hotkey mappingVamsi Krishna2016-12-181-4/+0
* Support additional screen layouts.James Rowe2016-11-051-3/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-7/+4
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-68/+66
* qt: Recreate GL context on startup to support changing V-Sync.bunnei2016-08-301-25/+35
* config: Add a setting for graphics V-Sync.bunnei2016-08-301-0/+1
* Refactor input subsystemwwylele2016-05-151-3/+4
* Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik Rydgård2016-04-291-0/+2
* citra-qt: Fix mouse events coordinates on high-DPI screensPierre de La Morinerie2015-10-041-12/+19
* Fix for the refresh issue when no rendering is doneLittleWhite2015-09-241-1/+10
* citra-qt: Fix connect error on startupKloen2015-09-181-3/+9
* Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowbunnei2015-09-141-0/+5
|\
| * Stop emulation when render window is closedLittleWhite2015-09-071-0/+5
* | citra_qt: Reorganize headersLioncash2015-09-111-9/+5
|/
* citra-qt: Move system shutdown to run inside EmuThreadYuri Kunde Schlesner2015-09-031-0/+3
* Increase required OpenGL version to 3.3Yuri Kunde Schlesner2015-08-301-1/+1
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-251-0/+5
* citra-qt: Adjust initializer list orderLioncash2015-07-291-1/+1
* Move input values into an arrayJames Rowe2015-07-281-26/+3
* Qt: Fix disassembly widget steppingaroulin2015-07-131-1/+1
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+4
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* Qt: Silence a bogus warning printed when using the debug runtimeYuri Kunde Schlesner2015-05-231-1/+7
* MakeCurrent race condition fixtfarley2015-05-231-2/+2
* Use condition var to properly pause the CPU threadJames Rowe2015-05-181-0/+3
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
* Merge pull request #698 from Zaneo/clip_stylus_inputTony Wasserka2015-05-021-1/+1
|\
| * EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo2015-05-021-1/+1
* | Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei2015-05-021-3/+3
* | Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei2015-05-021-3/+11
* | Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei2015-05-021-38/+5
* | Qt: Create emu thread on bootup, kill it on shutdown.bunnei2015-05-021-20/+11
* | EmuThread: Remove unused filename attribute.bunnei2015-05-021-8/+2
* | Qt: Move EmuThread ownership from render window to main window.bunnei2015-05-021-21/+6
|/
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-14/+8
* Qt: Implemented EmuWindow touchpad support.bunnei2015-03-101-0/+25
* Set framebuffer layout from EmuWindow.bunnei2015-03-071-1/+2
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot2015-02-221-0/+10
* 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