aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/citra.cpp
Commit message (Collapse)AuthorAge
* Implement new argument parsing using getopt and add the corresponding ↵Gravatar Greg Wicks2015-07-12
| | | | library to externals
* Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* OpenGL rendererGravatar tfarley2015-05-22
|
* Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-12
| | | | | | | | | | | It provided a large increase in complexity of the logging system while having a negligible performance impact: the usage patterns of the ring buffer meant that each log contended with the logging thread, causing it to effectively act as a synchronous extra buffering. Also removed some broken code related to filtering of subclasses which was broken since it was introduced. (Which means no one ever used that feature anyway, since, 8 months later, no one ever complained.)
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-06
|
* Logging: check for filter before sending to the queue, to skip all heavy ↵Gravatar Emmanuel Gil Peyrot2015-03-06
| | | | formatting on the other thread.
* Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-04
|
* License changeGravatar purpasmart962014-12-20
|
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* New logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Add support for disabling log from settingsGravatar Sean2014-11-03
|
* Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift2014-10-17
|
* Added configuration file system.Gravatar archshift2014-10-07
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Core: Refactor core to use only one function for execution.Gravatar bunnei2014-08-30
| | | | | | Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable.
* Removed unused citra.hGravatar archshift2014-08-19
|
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-24
| | | | | | | | | | | | | | | | | | - Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
* Loader: Moved elf and loader modules to a "loader" subdirectory.Gravatar bunnei2014-06-16
|
* Merge pull request #13 from archshift/masterGravatar bunnei2014-05-18
|\ | | | | Use runtime arguments to specify boot filename.
* | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
| |
| * Fixed indentsGravatar archshift2014-05-04
| |
| * Check arg count before attempting to access it.Gravatar archshift2014-05-01
| |
| * Use runtime arguments to specify boot filename.Gravatar archshift2014-05-01
|/
* fixed license headers in citra projectGravatar bunnei2014-04-08
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08