| Commit message (Expand) | Author | Age | Files | Lines |
* | citra: add missing control paths for ResultStatus on rom load. Fix warning about unhandled enumeration values on OSX | Kloen | 2017-01-29 | 1 | -0/+20 |
* | Address clang-format issues. | bunnei | 2016-12-22 | 1 | -3/+3 |
* | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 1 | -2/+1 |
* | core: Consolidate top-level system state into a singleton. | bunnei | 2016-12-22 | 1 | -21/+14 |
* | Support mingw cross-compile | Jannik Vogel | 2016-12-05 | 1 | -1/+1 |
* | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-28 | 1 | -6/+6 |
* | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-20 | 1 | -4/+11 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -5/+2 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -4/+6 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -21/+18 |
* | Fix boot_filename encode on Windows | LFsWang | 2016-06-08 | 1 | -0/+22 |
* | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -1/+1 |
* | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -1/+7 |
* | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | Emmanuel Gil Peyrot | 2016-04-20 | 1 | -9/+20 |
* | Use Settings::Apply in SDL frontend | Jannik Vogel | 2016-04-11 | 1 | -5/+4 |
* | Default to settings from ini for gdbstub | polaris- | 2016-04-07 | 1 | -6/+6 |
* | Adopted WinterMute's gdbstub changes | polaris- | 2016-04-06 | 1 | -4/+21 |
* | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 2016-04-05 | 1 | -2/+2 |
* | citra: Shutdown cleanly if ROM load fails | MerryMage | 2016-03-15 | 1 | -8/+6 |
* | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 1 | -2/+2 |
* | Handle changes pointed out in comments on PR | polaris- | 2015-10-22 | 1 | -2/+1 |
* | Toggle use_gdbstub in citra GLFW | polaris- | 2015-10-04 | 1 | -0/+1 |
|\ |
|
| * | Implement gdbstub | polaris- | 2015-09-20 | 1 | -0/+3 |
* | | Implement gdbstub | polaris- | 2015-10-04 | 1 | -0/+3 |
|/ |
|
* | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 2015-08-25 | 1 | -0/+7 |
* | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 2015-08-16 | 1 | -0/+1 |
* | Implement new argument parsing using getopt and add the corresponding library to externals | Greg Wicks | 2015-07-12 | 1 | -2/+38 |
* | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -3/+1 |
* | OpenGL renderer | tfarley | 2015-05-23 | 1 | -0/+4 |
* | Common: Remove async logging | Yuri Kunde Schlesner | 2015-05-12 | 1 | -6/+0 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+1 |
* | Common: Remove many unnecessary cross-platform compatibility macros | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+1 |
* | Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. | Emmanuel Gil Peyrot | 2015-03-06 | 1 | -1/+2 |
* | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | 2015-01-04 | 1 | -0/+2 |
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | Add configurable per-class log filtering | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+4 |
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -2/+2 |
* | New logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -5/+11 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -1/+1 |
* | Add support for disabling log from settings | Sean | 2014-11-03 | 1 | -0/+4 |
* | Implemented graceful closing of the GLFW window, along with emulation. | archshift | 2014-10-17 | 1 | -1/+1 |
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -3/+6 |
* | Core: Refactor core to use only one function for execution. | bunnei | 2014-08-31 | 1 | -1/+3 |
* | Removed unused citra.h | archshift | 2014-08-20 | 1 | -2/+0 |
* | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 2014-06-25 | 1 | -15/+8 |
* | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2014-06-17 | 1 | -1/+1 |
* | Merge pull request #13 from archshift/master | bunnei | 2014-05-19 | 1 | -1/+8 |
|\ |
|
| * | Fixed indents | archshift | 2014-05-05 | 1 | -7/+7 |
| * | Check arg count before attempting to access it. | archshift | 2014-05-02 | 1 | -1/+8 |
| * | Use runtime arguments to specify boot filename. | archshift | 2014-05-02 | 1 | -1/+1 |
* | | updated how we call ARM core to make things much faster | bunnei | 2014-05-17 | 1 | -7/+5 |
|/ |
|
* | fixed license headers in citra project | bunnei | 2014-04-09 | 1 | -33/+5 |
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -9/+9 |
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+71 |