summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenGL renderer: Request a forward compatible context in citra-qtGravatar Yuri 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.Gravatar archshift2014-10-071-30/+24
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-131-3/+2
|\ | | | | Small, general code cleanup
| * bootmanager::EmuThread: fixed initialization orderGravatar archshift2014-09-071-3/+2
| |
* | Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-121-18/+31
|/
* Pass format to the QGLWidget and use atomic instead of mutex.Gravatar Sacha2014-08-251-10/+3
|
* Fix EmuThread loop by ensuring it exits properly.Gravatar Sacha2014-08-251-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.Gravatar Sacha2014-08-251-6/+16
| | | | Connect the emu_thread start/finish to a moveContext slot.
* Revert "Removed redundant loop in EmuThread::run()"Gravatar archshift2014-08-201-7/+10
|
* Removed redundant loop in EmuThread::run()Gravatar archshift2014-08-161-10/+7
|
* Bootmanager: changed `filename` to std::stringGravatar archshift2014-08-141-3/+5
|
* Qt: Removed unnecessary HW::Update.Gravatar bunnei2014-08-051-1/+0
|
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-161-1/+1
|
* Merge pull request #2 from archshift/issue-7-fixGravatar bunnei2014-05-191-15/+19
|\ | | | | Fixes issues with building Citra on OSX
| * Improved clarity and whitespaceGravatar archshift2014-05-191-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 indentsGravatar archshift2014-04-301-19/+19
| |
| * Sets OGL version for Qt; will only work with Qt5Gravatar archshift2014-04-301-6/+10
| |
* | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-171-0/+3
|/
* Init window size from VideoCore. Start changing the default window behavior...Gravatar Mathieu Vaillancourt2014-04-121-3/+4
|
* Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt2014-04-101-5/+5
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+206