summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
AgeCommit message (Expand)Author
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-21core: Consolidate top-level system state into a singleton.bunnei
2016-12-21citra-qt: Move graphics debugging code into its own folderLioncash
2016-12-19citra-qt: Move bits of constructor behavior to named functionsLioncash
2016-12-18Merge pull request #2351 from CaptV0rt3x/masterbunnei
2016-12-19screen swap - Hotkey mappingVamsi Krishna
2016-12-18Fixed game_list focusing issue.Vamsi Krishna
2016-12-15main: Open folder when open save folder location context menu is clickedMerryMage
2016-11-27Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-15Merge pull request #2172 from jroweboy/fix-mingwbunnei
2016-11-15Merge pull request #1753 from jroweboy/frame_layoutsbunnei
2016-11-13Add mingw compile supportJames Rowe
2016-11-11Minor Menu FixesPringo
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-10-04Merge pull request #1652 from wwylele/kernal-toolbunnei
2016-09-22qt: shutdown system if errorwwylele
2016-09-22implement wait tree widgetwwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-02Qt: unify running detectionwwylele
2016-08-29qt: Recreate GL context on startup to support changing V-Sync.bunnei
2016-07-29Input GUI: Add tab to remap controls (#1900)Anon
2016-07-10Qt: add system settings config tabwwylele
2016-06-07Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot
2016-05-21Loader, Frontends: Refactor loader creation and game loadingEmmanuel Gil Peyrot
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik RydgÄrd
2016-04-11CitraQt: Apply config at startupJannik Vogel
2016-04-10Merge pull request #1368 from LittleWhite-tb/configure-widgetbunnei
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-31Fix encode problem On WindowsLFsWang
2016-03-22Add more stuff to configure.LittleWhite
2016-03-21Whole config is handled by Config class.LittleWhite
2016-03-21Add Configure widgetLittleWhite
2016-03-16Register ROM started through the gamelist in the list of ROM recently startedLittleWhite
2016-03-08Merge pull request #1344 from LittleWhite-tb/error-outputbunnei
2016-03-08Improve error report from Init() functionsLittleWhite
2016-03-07Set the appropriate locale to get float conversion working using std::to_stringLittleWhite
2016-03-03Display errors in GUI when loading ROM failedLittleWhite
2016-02-04Add a configuration entry to enable/disable the checkLittleWhite
2016-02-04Add check before closure when emulation is runningLittleWhite
2016-01-06Change default gameListRootDir from "" to "."archshift
2016-01-01Gamelist: supply default settings for QSettings configarchshift
2015-11-11Merge pull request #1122 from polaris-/gdbstubbunnei
2015-10-22Handle changes pointed out in comments on PRpolaris-