aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/bootmanager.cpp
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Kingcom2015-01-11
| | | | DebugModeLeft
* 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
| | | | or generated
* citra-qt: Small cleanup.Gravatar Tony Wasserka2014-11-18
|
* EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-18
| | | | | 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.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
| | | | | 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.Gravatar bunnei2014-11-11
|
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
| | | | This was automated using `clang-modernize`.
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri Kunde Schlesner2014-10-12
| | | | 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.Gravatar archshift2014-10-07
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-13
|\ | | | | Small, general code cleanup
* | 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
| | | | | 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.Gravatar Sacha2014-08-25
| | | | Connect the emu_thread start/finish to a moveContext slot.
* 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
|
* Merge pull request #2 from archshift/issue-7-fixGravatar bunnei2014-05-19
|\ | | | | Fixes issues with building Citra on OSX
| * Improved clarity and whitespaceGravatar archshift2014-05-19
| | | | | | | | 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.
* | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
| |
| * Fixed indentsGravatar archshift2014-04-30
| |
| * Sets OGL version for Qt; will only work with Qt5Gravatar archshift2014-04-30
|/
* Init window size from VideoCore. Start changing the default window behavior...Gravatar Mathieu Vaillancourt2014-04-12
|
* Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt2014-04-10
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08