summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-22Add more stuff to configure.LittleWhite1-1/+0
2016-03-21Whole config is handled by Config class.LittleWhite1-0/+3
2016-03-21Add Configure widgetLittleWhite1-4/+0
2016-03-16Register ROM started through the gamelist in the list of ROM recently startedLittleWhite1-1/+1
2016-03-08Improve error report from Init() functionsLittleWhite1-0/+2
2016-02-04Add a configuration entry to enable/disable the checkLittleWhite1-0/+1
2016-02-04Add check before closure when emulation is runningLittleWhite1-0/+7
2015-10-04Implement gdbstubpolaris-1-0/+1
2015-10-02Add menu item for selecting the game list folderarchshift1-0/+2
2015-10-02Initial implementation of a game listarchshift1-0/+4
2015-10-02Don't show render window until a game is startedarchshift1-0/+2
2015-09-20Implement gdbstubpolaris-1-0/+1
2015-08-25Integrate the MicroProfile profiling libraryYuri Kunde Schlesner1-0/+2
2015-08-19Improvements for MRULittleWhite1-0/+18
2015-08-16Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei1-0/+1
2015-08-11Add menu and logic to save and load recently loaded files.LittleWhite1-0/+7
2015-07-29citra-qt: Pass string by const referenceLioncash1-1/+1
2015-05-23OpenGL renderertfarley1-0/+1
2015-05-02Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei1-4/+20
2015-05-02Qt: Fix loading a new game without stopping emulation.bunnei1-0/+1
2015-05-02Qt: Move EmuThread ownership from render window to main window.bunnei1-0/+6
2015-03-02Add profiling infrastructure and widgetYuri Kunde Schlesner1-0/+2
2015-01-20citra-qt: Add option to hide dock widget title barsKingcom1-0/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-0/+0
2015-01-04citra-qt: Added license headers to files.chrisvj1-0/+4
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-08-15Bootmanager: changed `filename` to std::stringarchshift1-1/+1
2014-06-12citra-qt: Add command list view.Tony Wasserka1-0/+2
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka1-0/+2
2014-05-01added symbol map load function to Qt GUIbunnei1-4/+5
2014-04-22Re-enable toggling window mode.Mathieu Vaillancourt1-1/+1
2014-04-19UI/debugger changesMathieu Vaillancourt1-4/+7
2014-04-13Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-04More Qt changes for debuggerMathieu Vaillancourt1-0/+4
2014-04-01Basic QT windowMathieu Vaillancourt1-0/+47