summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.cpp (follow)
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* 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
| | | | | | | | - Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff.
* 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
| | | | | video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
* citra-qt: remove dead codewwylele2017-03-171-2/+0
|
* citra-qt: release all buttons when render window focus is lostwwylele2017-03-171-0/+5
| | | | credit to @Hawkheart for the original idea
* Input: remove unused stuff & clean upwwylele2017-03-011-0/+1
| | | | | | | 1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include
* InputCommon: add Keyboardwwylele2017-03-011-14/+11
|
* Gui: Change title bar to include build nameJames Rowe2017-02-231-2/+2
| | | | | Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
* Merge pull request #1951 from wwylele/motion-sensorbunnei2017-01-071-1/+9
|\ | | | | Emulate motion sensor in frontend
| * 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
| | | | * Removes circular dependences (common should not depend on core)
* 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
| | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+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-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
| | | | | | | | | | | | * Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line
* 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 closed
| * 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
| | | | | | This stops (for some reason sporadic) crashes and OpenGL errors during shutdown, when the OpenGL renderer tries to clean up objects from the UI thread, which has no OpenGL context active.
* Increase required OpenGL version to 3.3Yuri Kunde Schlesner2015-08-301-1/+1
| | | | | This gives us several niceties such as Sampler Objects, shader attribute locations and Timer Queries.
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-251-0/+5
| | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view.
* citra-qt: Adjust initializer list orderLioncash2015-07-291-1/+1
| | | | Silences a warning.
* 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
| | | | | | | | The Qt debug runtime prints a bogus warning on the console if you haven't called makeCurrent since the last time you called swapBuffers. This presumably means something if you're using QGLWidget the "regular" way, but in our multi-threaded use case is harmless since we never call doneCurrent in the rendering thread.
* MakeCurrent race condition fixtfarley2015-05-231-2/+2
|
* Use condition var to properly pause the CPU threadJames Rowe2015-05-181-0/+3
| | | | Adds support for threaded pausing so citra doesn't spin wait on pause
* 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.
| * EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo2015-05-021-1/+1
| | | | | | | | | | | | | | If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to the emulated screen dimensions. Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
* | 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
| | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway.
* 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
| | | | | The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
* 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
| | | | This was automated using `clang-modernize`.
* OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner2014-10-121-3/+3
| | | | This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency.
* Added configuration file system.archshift2014-10-081-30/+24
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Merge pull request #97 from archshift/cleanupbunnei2014-09-141-3/+2
|\ | | | | Small, general code cleanup
| * 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
| | | | | Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread. The GL code now supports this but the Core still doesn't.
* Fix the threading for GL Context in Qt5.Sacha2014-08-241-6/+16
| | | | Connect the emu_thread start/finish to a moveContext slot.
* 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
|\ | | | | Fixes issues with building Citra on OSX
| * Improved clarity and whitespacearchshift2014-05-201-1/+1
| | | | | | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
| * 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