Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-22 | Add more stuff to configure. | LittleWhite | |
2016-03-21 | Whole config is handled by Config class. | LittleWhite | |
This also means : we have only one config file, now | |||
2016-03-21 | Add Configure widget | LittleWhite | |
2016-03-16 | Register ROM started through the gamelist in the list of ROM recently started | LittleWhite | |
2016-03-08 | Improve error report from Init() functions | LittleWhite | |
Add error popup when citra initialization failed | |||
2016-02-04 | Add a configuration entry to enable/disable the check | LittleWhite | |
2016-02-04 | Add check before closure when emulation is running | LittleWhite | |
Implement confirmation in a specific function Fix typos and coding style Coding convention | |||
2015-10-04 | Implement gdbstub | polaris- | |
2015-10-01 | Add menu item for selecting the game list folder | archshift | |
2015-10-01 | Initial implementation of a game list | archshift | |
2015-10-01 | Don't show render window until a game is started | archshift | |
2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
2015-08-19 | Improvements for MRU | LittleWhite | |
avoid duplicates always put the last file loaded to top of the list | |||
2015-08-16 | Merge pull request #1017 from LittleWhite-tb/qt-recent-files | bunnei | |
citra-qt: save path for recent files loaded | |||
2015-08-15 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | |
- Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | |||
2015-08-11 | Add menu and logic to save and load recently loaded files. | LittleWhite | |
This menu is only for ROM and will not save symbols recently loaded. When the menu is empty, the menu is disabled (greyed out) | |||
2015-07-29 | citra-qt: Pass string by const reference | Lioncash | |
2015-05-22 | OpenGL renderer | tfarley | |
2015-05-01 | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | |
2015-05-01 | Qt: Fix loading a new game without stopping emulation. | bunnei | |
2015-05-01 | Qt: Move EmuThread ownership from render window to main window. | bunnei | |
2015-03-01 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | |
2015-01-20 | citra-qt: Add option to hide dock widget title bars | Kingcom | |
2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | |