Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass format to the QGLWidget and use atomic instead of mutex. | Sacha | 2014-08-24 | 1 | -10/+3 |
| | |||||
* | Fix EmuThread loop by ensuring it exits properly. | Sacha | 2014-08-24 | 1 | -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. | Sacha | 2014-08-24 | 1 | -6/+16 |
| | | | | Connect the emu_thread start/finish to a moveContext slot. | ||||
* | Revert "Removed redundant loop in EmuThread::run()" | archshift | 2014-08-20 | 1 | -7/+10 |
| | |||||
* | Removed redundant loop in EmuThread::run() | archshift | 2014-08-17 | 1 | -10/+7 |
| | |||||
* | Bootmanager: changed `filename` to std::string | archshift | 2014-08-15 | 1 | -3/+5 |
| | |||||
* | Qt: Removed unnecessary HW::Update. | bunnei | 2014-08-06 | 1 | -1/+0 |
| | |||||
* | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2 from archshift/issue-7-fix | bunnei | 2014-05-20 | 1 | -15/+19 |
|\ | | | | | Fixes issues with building Citra on OSX | ||||
| * | Improved clarity and whitespace | archshift | 2014-05-20 | 1 | -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 indents | archshift | 2014-05-01 | 1 | -19/+19 |
| | | |||||
| * | Sets OGL version for Qt; will only work with Qt5 | archshift | 2014-05-01 | 1 | -6/+10 |
| | | |||||
* | | updated how we call ARM core to make things much faster | bunnei | 2014-05-17 | 1 | -0/+3 |
|/ | |||||
* | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 2014-04-13 | 1 | -3/+4 |
| | |||||
* | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 2014-04-11 | 1 | -5/+5 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+206 |