summaryrefslogtreecommitdiff
path: root/src/citra/citra.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* citra: add missing control paths for ResultStatus on rom load. Fix warning ab...Gravatar Kloen2017-01-291-0/+20
* Address clang-format issues.Gravatar bunnei2016-12-211-3/+3
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-2/+1
* core: Consolidate top-level system state into a singleton.Gravatar bunnei2016-12-211-21/+14
* Support mingw cross-compileGravatar Jannik Vogel2016-12-051-1/+1
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-271-6/+6
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-191-4/+11
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-5/+2
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-4/+6
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-21/+18
* Fix boot_filename encode on WindowsGravatar LFsWang2016-06-081-0/+22
* CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot2016-05-211-1/+1
* Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-211-1/+7
* SDL2 Frontend: Use argv[0], add a --version, and reorder options.Gravatar Emmanuel Gil Peyrot2016-04-201-9/+20
* Use Settings::Apply in SDL frontendGravatar Jannik Vogel2016-04-111-5/+4
* Default to settings from ini for gdbstubGravatar polaris-2016-04-061-6/+6
* Adopted WinterMute's gdbstub changesGravatar polaris-2016-04-061-4/+21
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-2/+2
* citra: Shutdown cleanly if ROM load failsGravatar MerryMage2016-03-151-8/+6
* Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage2016-03-021-2/+2
* Handle changes pointed out in comments on PRGravatar polaris-2015-10-221-2/+1
* Toggle use_gdbstub in citra GLFWGravatar polaris-2015-10-041-0/+1
|\
| * Implement gdbstubGravatar polaris-2015-09-191-0/+3
* | Implement gdbstubGravatar polaris-2015-10-041-0/+3
|/
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+7
* Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.Gravatar bunnei2015-08-151-0/+1
* Implement new argument parsing using getopt and add the corresponding library...Gravatar Greg Wicks2015-07-121-2/+38
* Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-281-3/+1
* OpenGL rendererGravatar tfarley2015-05-221-0/+4
* Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-121-6/+0
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-061-1/+1
* Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-061-1/+2
* Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-041-0/+2
* License changeGravatar purpasmart962014-12-201-1/+1
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-131-1/+4
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-2/+2
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-5/+11
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-1/+1
* Add support for disabling log from settingsGravatar Sean2014-11-031-0/+4
* Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift2014-10-171-1/+1
* Added configuration file system.Gravatar archshift2014-10-071-3/+6
* Core: Refactor core to use only one function for execution.Gravatar bunnei2014-08-301-1/+3
* Removed unused citra.hGravatar archshift2014-08-191-2/+0
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-241-15/+8
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-161-1/+1
* Merge pull request #13 from archshift/masterGravatar bunnei2014-05-181-1/+8
|\
| * Fixed indentsGravatar archshift2014-05-041-7/+7
| * Check arg count before attempting to access it.Gravatar archshift2014-05-011-1/+8
| * Use runtime arguments to specify boot filename.Gravatar archshift2014-05-011-1/+1