summaryrefslogtreecommitdiff
path: root/src/citra_qt/hotkeys.h
AgeCommit message (Collapse)Author
2018-01-12Massive removal of unused modulesJames Rowe
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
2016-12-11citra-qt: Make constructors explicit where applicableLioncash
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-03-22Add more stuff to configure.LittleWhite
2016-03-21Whole config is handled by Config class.LittleWhite
This also means : we have only one config file, now
2016-03-21Add Configure widgetLittleWhite
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj