summaryrefslogtreecommitdiff
path: root/src/citra/citra.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-171-7/+5
|/
* fixed license headers in citra projectGravatar bunnei2014-04-081-33/+5
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-9/+9
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+71