summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-271-5/+4
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-191-8/+16
* Merge pull request #2172 from jroweboy/fix-mingwGravatar bunnei2016-11-151-0/+4
|\
| * Add mingw compile supportGravatar James Rowe2016-11-131-0/+4
* | Merge pull request #1753 from jroweboy/frame_layoutsGravatar bunnei2016-11-151-0/+8
|\ \ | |/ |/|
| * Add default hotkey to swap primary screens.Gravatar James Rowe2016-11-051-0/+8
* | Minor Menu FixesGravatar Pringo2016-11-111-1/+1
|/
* Merge pull request #1652 from wwylele/kernal-toolGravatar bunnei2016-10-041-0/+13
|\
| * implement wait tree widgetGravatar wwylele2016-09-221-0/+13
* | qt: shutdown system if errorGravatar wwylele2016-09-221-2/+3
|/
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-13/+5
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-56/+79
* Qt: unify running detectionGravatar wwylele2016-09-021-1/+1
* qt: Recreate GL context on startup to support changing V-Sync.Gravatar bunnei2016-08-291-0/+2
* Input GUI: Add tab to remap controls (#1900)Gravatar Anon2016-07-291-0/+1
* Qt: add system settings config tabGravatar wwylele2016-07-101-1/+1
* Merge pull request #1765 from JayFoxRox/debug-surface-viewerGravatar bunnei2016-06-071-6/+13
|\
| * citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Gravatar Jannik Vogel2016-05-071-6/+13
* | CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot2016-05-211-1/+1
* | Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-211-1/+9
* | Frontends, VideoCore: Move glad initialisation to the frontendGravatar Emmanuel Gil Peyrot2016-05-061-0/+11
|/
* Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Gravatar Henrik RydgÄrd2016-04-281-1/+8
* CitraQt: Apply config at startupGravatar Jannik Vogel2016-04-111-3/+0
* Merge pull request #1368 from LittleWhite-tb/configure-widgetGravatar bunnei2016-04-101-112/+51
|\
| * Add more stuff to configure.Gravatar LittleWhite2016-03-221-4/+5
| * Whole config is handled by Config class.Gravatar LittleWhite2016-03-211-72/+40
| * Add Configure widgetGravatar LittleWhite2016-03-211-39/+9
* | Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-051-2/+2
|\ \
| * | Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-2/+2
| |/
* / Fix encode problem On WindowsGravatar LFsWang2016-03-311-4/+4
|/
* Register ROM started through the gamelist in the list of ROM recently startedGravatar LittleWhite2016-03-161-4/+3
* Merge pull request #1344 from LittleWhite-tb/error-outputGravatar bunnei2016-03-081-7/+58
|\
| * Improve error report from Init() functionsGravatar LittleWhite2016-03-081-12/+38
| * Display errors in GUI when loading ROM failedGravatar LittleWhite2016-03-031-1/+26
* | Set the appropriate locale to get float conversion working using std::to_stringGravatar LittleWhite2016-03-071-0/+4
|/
* Add a configuration entry to enable/disable the checkGravatar LittleWhite2016-02-041-9/+9
* Add check before closure when emulation is runningGravatar LittleWhite2016-02-041-0/+18
* Change default gameListRootDir from "" to "."Gravatar archshift2016-01-061-1/+1
* Gamelist: supply default settings for QSettings configGravatar archshift2016-01-011-1/+1
* Merge pull request #1122 from polaris-/gdbstubGravatar bunnei2015-11-111-0/+11
|\
| * Handle changes pointed out in comments on PRGravatar polaris-2015-10-221-2/+1
| * Implement gdbstubGravatar polaris-2015-10-041-0/+12
* | change file path encoding to Local8bit()Gravatar wwylele2015-10-201-4/+4
* | citra-qt: persist hardware-rendering and shaders-jit settingsGravatar Pierre de La Morinerie2015-10-181-0/+8
* | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-091-1/+1
* | Game list: propely hide on toggling window modeGravatar archshift2015-10-061-0/+1
|/
* Game list: save and load column sizes, sort order, to QSettingsGravatar archshift2015-10-011-0/+3
* Add menu item for selecting the game list folderGravatar archshift2015-10-011-0/+11
* Initial implementation of a game listGravatar archshift2015-10-011-2/+18
* Don't show render window until a game is startedGravatar archshift2015-10-011-4/+11