| Commit message (Expand) | Author | Files | Lines |
2016-04-20 | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | Emmanuel Gil Peyrot | 1 | -9/+20 |
2016-04-11 | Use Settings::Apply in SDL frontend | Jannik Vogel | 1 | -5/+4 |
2016-04-07 | Default to settings from ini for gdbstub | polaris- | 1 | -6/+6 |
2016-04-06 | Adopted WinterMute's gdbstub changes | polaris- | 1 | -4/+21 |
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 1 | -2/+2 |
2016-03-15 | citra: Shutdown cleanly if ROM load fails | MerryMage | 1 | -8/+6 |
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 1 | -2/+2 |
2015-10-22 | Handle changes pointed out in comments on PR | polaris- | 1 | -2/+1 |
2015-10-04 | Implement gdbstub | polaris- | 1 | -0/+3 |
2015-09-20 | Implement gdbstub | polaris- | 1 | -0/+3 |
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 1 | -0/+7 |
2015-08-16 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 1 | -0/+1 |
2015-07-12 | Implement new argument parsing using getopt and add the corresponding library to externals | Greg Wicks | 1 | -2/+38 |
2015-06-28 | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | 1 | -3/+1 |
2015-05-23 | OpenGL renderer | tfarley | 1 | -0/+4 |
2015-05-12 | Common: Remove async logging | Yuri Kunde Schlesner | 1 | -6/+0 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-07 | Common: Remove many unnecessary cross-platform compatibility macros | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-03-06 | Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. | Emmanuel Gil Peyrot | 1 | -1/+2 |
2015-01-04 | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | 1 | -0/+2 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | 1 | -1/+4 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -2/+2 |
2014-12-13 | New logging system | Yuri Kunde Schlesner | 1 | -5/+11 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -1/+1 |
2014-11-03 | Add support for disabling log from settings | Sean | 1 | -0/+4 |
2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift | 1 | -1/+1 |
2014-10-08 | Added configuration file system. | archshift | 1 | -3/+6 |
2014-08-31 | Core: Refactor core to use only one function for execution. | bunnei | 1 | -1/+3 |
2014-08-20 | Removed unused citra.h | archshift | 1 | -2/+0 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -15/+8 |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 1 | -1/+1 |
2014-05-17 | updated how we call ARM core to make things much faster | bunnei | 1 | -7/+5 |
2014-05-05 | Fixed indents | archshift | 1 | -7/+7 |
2014-05-02 | Check arg count before attempting to access it. | archshift | 1 | -1/+8 |
2014-05-02 | Use runtime arguments to specify boot filename. | archshift | 1 | -1/+1 |
2014-05-01 | Reverse debugging changes | archshift | 1 | -1/+1 |
2014-05-01 | TGA dumps work, courtesy of @bunnei | archshift | 1 | -1/+1 |
2014-04-09 | fixed license headers in citra project | bunnei | 1 | -33/+5 |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -9/+9 |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 |
2014-04-07 | removed unused comments, changed main processing loop to be infinite | bunnei | 1 | -34/+2 |
2014-04-01 | added simple processing loop and ELF loading to main()... hackish, will cleanup later | bunnei | 1 | -4/+17 |
2013-10-03 | moved some core functions over to system module | ShizZy | 1 | -2/+2 |
2013-09-26 | renamed from citrus to citra | ShizZy | 1 | -4/+4 |
2013-09-19 | added core initialization to app entry point | ShizZy | 1 | -5/+3 |
2013-09-18 | initialized log manager | ShizZy | 1 | -0/+5 |
2013-09-14 | renamed project to 'citrus' | ShizZy | 1 | -4/+4 |
2013-09-09 | fixed some code warnings | ShizZy | 1 | -1/+1 |
2013-09-08 | updated common paths | ShizZy | 1 | -12/+4 |
2013-09-05 | various fixes to be able to build project | ShizZy | 1 | -82/+53 |
2013-08-30 | adding initial project layout | ShizZy | 1 | -0/+124 |