Age | Commit message (Expand) | Author |
2018-01-12 | Massive removal of unused modules | James Rowe |
2017-08-25 | telemetry: Log frontend type. | bunnei |
2017-06-24 | Set global definition WIN32_LEAN_AND_MEAN (#2807) | B3n30 |
2017-06-03 | Edit Citra URLs (#2728) | Alex Touchet |
2017-05-27 | Remove some unnecessary inclusions of video_core.h | Yuri Kunde Schlesner |
2017-01-29 | citra: add missing control paths for ResultStatus on rom load. Fix warning ab... | Kloen |
2016-12-21 | Address clang-format issues. | bunnei |
2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei |
2016-12-21 | core: Consolidate top-level system state into a singleton. | bunnei |
2016-12-05 | Support mingw cross-compile | Jannik Vogel |
2016-11-27 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv |
2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot |
2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot |
2016-06-08 | Fix boot_filename encode on Windows | LFsWang |
2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot |
2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot |
2016-04-20 | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | Emmanuel Gil Peyrot |
2016-04-11 | Use Settings::Apply in SDL frontend | Jannik Vogel |
2016-04-06 | Default to settings from ini for gdbstub | polaris- |
2016-04-06 | Adopted WinterMute's gdbstub changes | polaris- |
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage |
2016-03-15 | citra: Shutdown cleanly if ROM load fails | MerryMage |
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage |
2015-10-22 | Handle changes pointed out in comments on PR | polaris- |
2015-10-04 | Toggle use_gdbstub in citra GLFW | polaris- |
2015-10-04 | Implement gdbstub | polaris- |
2015-09-19 | Implement gdbstub | polaris- |
2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner |
2015-08-15 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei |
2015-07-12 | Implement new argument parsing using getopt and add the corresponding library... | Greg Wicks |
2015-06-28 | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot |
2015-05-22 | OpenGL renderer | tfarley |
2015-05-12 | Common: Remove async logging | Yuri Kunde Schlesner |
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-03-06 | Logging: check for filter before sending to the queue, to skip all heavy form... | Emmanuel Gil Peyrot |
2015-01-04 | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner |
2014-12-20 | License change | purpasmart96 |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner |
2014-12-13 | New logging system | Yuri Kunde Schlesner |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | Emmanuel Gil Peyrot |
2014-11-03 | Add support for disabling log from settings | Sean |
2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift |
2014-10-07 | Added configuration file system. | archshift |
2014-08-30 | Core: Refactor core to use only one function for execution. | bunnei |
2014-08-19 | Removed unused citra.h | archshift |
2014-06-24 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei |