| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2016-01-06 | Change default gameListRootDir from "" to "." | archshift | |
| Not much thought went into that one... | |||
| 2016-01-01 | Gamelist: supply default settings for QSettings config | archshift | |
| 2015-11-11 | Merge pull request #1122 from polaris-/gdbstub | bunnei | |
| gdbstub implementation | |||
| 2015-10-22 | Handle changes pointed out in comments on PR | polaris- | |
| 2015-10-20 | change file path encoding to Local8bit() | wwylele | |
| to support non-latin characters | |||
| 2015-10-18 | citra-qt: persist hardware-rendering and shaders-jit settings | Pierre de La Morinerie | |
| Before this changing these settings from the GUI would apply the settings, but they were reseted to the default values when exiting citra. | |||
| 2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | |
| The LOG_* function itself already appends one. | |||
| 2015-10-06 | Game list: propely hide on toggling window mode | archshift | |
| Properly hides the game list upon toggling from external window mode to single window mode. Previously, both the game list and the render window would have been shown at the same time upon toggling. | |||
| 2015-10-04 | Implement gdbstub | polaris- | |
| 2015-10-01 | Game list: save and load column sizes, sort order, to QSettings | archshift | |
| 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-09-14 | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow | bunnei | |
| Stop emulation when render window is closed | |||
| 2015-09-11 | citra_qt: Reorganize headers | Lioncash | |
| 2015-09-07 | Merge pull request #1125 from yuriks/uilayout-config | Yuri Kunde Schlesner | |
| citra-qt: Separate UI layout state in a separate section of the config | |||
| 2015-09-07 | citra-qt: Separate UI layout state in a separate section of the config | Yuri Kunde Schlesner | |
| Closes #1113 | |||
| 2015-09-07 | citra-qt: Trim recently used files list to size when insterting new item | Yuri Kunde Schlesner | |
| Even though they weren't visible in the UI, old entries would never be removed from the list and would be stored in the config file across sessions. | |||
| 2015-09-07 | Stop emulation when render window is closed | LittleWhite | |
| 2015-09-03 | citra-qt: Move system shutdown to run inside EmuThread | Yuri Kunde Schlesner | |
| This stops (for some reason sporadic) crashes and OpenGL errors during shutdown, when the OpenGL renderer tries to clean up objects from the UI thread, which has no OpenGL context active. | |||
| 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-31 | Save the path leading where the last file have been loaded | LittleWhite | |
| I use two variables to save the path for the ROMs and the symbols. Use of QSettings to avoid new member variable to the class. Global settings of QSettings is done in main. | |||
| 2015-07-29 | citra-qt: Pass string by const reference | Lioncash | |
| 2015-07-28 | Update Start menu text to match with the real state of the emulator. | LittleWhite | |
| Move start menu text update in ShutdownGame as adviced by neobrain | |||
| 2015-07-13 | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. | Tony Wasserka | |
| 2015-07-13 | Add CiTrace recording support. | Tony Wasserka | |
| This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | |||
| 2015-06-28 | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | |
| 2015-06-27 | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. | Emmanuel Gil Peyrot | |
| 2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | |
| 2015-05-22 | MakeCurrent race condition fix | tfarley | |
| 2015-05-22 | OpenGL renderer | tfarley | |
| 2015-05-15 | Merge pull request #758 from yuriks/sync-logging | Yuri Kunde Schlesner | |
| Common: Remove async logging | |||
| 2015-05-12 | Qt: Shutdown emulation session only if EmuThread exists. | bunnei | |
| 2015-05-12 | Common: Remove async logging | Yuri Kunde Schlesner | |
| It provided a large increase in complexity of the logging system while having a negligible performance impact: the usage patterns of the ring buffer meant that each log contended with the logging thread, causing it to effectively act as a synchronous extra buffering. Also removed some broken code related to filtering of subclasses which was broken since it was introduced. (Which means no one ever used that feature anyway, since, 8 months later, no one ever complained.) | |||
| 2015-05-08 | Loader: Remove .bin file support | Yuri Kunde Schlesner | |
| It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation. | |||
| 2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
| 2015-05-06 | Common: Remove many unnecessary cross-platform compatibility macros | Yuri Kunde Schlesner | |
| 2015-05-01 | Qt: Shutdown game on emulator close event. | bunnei | |
| 2015-05-01 | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and ↵ | bunnei | |
| causes a crash). | |||
| 2015-05-01 | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | |
| 2015-05-01 | Qt: Clear registers widget on shutdown. | bunnei | |
| 2015-05-01 | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | |
| 2015-05-01 | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | |
| 2015-05-01 | Qt: Fix loading a new game without stopping emulation. | bunnei | |
