summaryrefslogtreecommitdiff
path: root/src/citra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-282-49/+16
|\
| * Move input values into an arrayGravatar James Rowe2015-07-272-49/+16
* | Citra: Remove dead gpu_refresh_rate option from the default ini file.Gravatar Emmanuel Gil Peyrot2015-07-261-4/+0
|/
* Implement new argument parsing using getopt and add the corresponding library...Gravatar Greg Wicks2015-07-122-3/+42
* Merge pull request #910 from linkmauve/installGravatar Tony Wasserka2015-07-121-1/+3
|\
| * Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-091-1/+3
* | Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-285-8/+19
|/
* Merge pull request #832 from yuriks/refresh-rate-optionGravatar bunnei2015-05-311-1/+0
|\
| * Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner2015-05-291-1/+0
* | Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-0/+0
|/
* Assets: Move citra.ico from src/assets to dist.Gravatar Emmanuel Gil Peyrot2015-05-251-9/+9
* OpenGL rendererGravatar tfarley2015-05-221-0/+4
* INI hw/sw renderer toggleGravatar tfarley2015-05-222-0/+6
* Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-121-6/+0
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-073-2/+5
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-061-1/+1
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Gravatar Zaneo2015-05-011-1/+1
* Allow the user to set the background clear color during emulationGravatar archshift2015-04-032-0/+12
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-101-11/+6
* EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-101-13/+14
* GLFW: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-102-0/+26
* Merge pull request #634 from linkmauve/logging-performancesGravatar bunnei2015-03-091-1/+2
|\
| * Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-061-1/+2
* | default_ini.h: Put comments on their own linesGravatar archshift2015-03-071-4/+15
* | Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-071-9/+2
|/
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Gravatar Emmanuel Gil Peyrot2015-02-223-1/+23
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-5/+5
* Merge pull request #526 from purpasmart96/citra_stubsGravatar bunnei2015-02-102-0/+6
|\
| * Services: Stub some functionsGravatar purpasmart962015-02-072-0/+6
* | arm: Adios armemuGravatar Lioncash2015-01-312-2/+0
|/
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-17/+17
* Fix building on MinGWGravatar darkf2015-01-111-0/+0
* Use -pthread where and only where neededGravatar Johannes Ekberg2015-01-091-4/+0
* Generic PLATFORM_LIBRARIES varGravatar Johannes Ekberg2015-01-091-11/+1
* Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-041-0/+2
* Core: Change default CPU to dyncom.Gravatar bunnei2015-01-021-1/+1
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-311-2/+2
* Add citra icon to Windows executable and title barGravatar Chin2014-12-312-0/+1
* Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-291-1/+1
* Fix merge conflictsGravatar darkf2014-12-297-53/+58
|\
| * GPU: Implement frameskip and remove forced framebuffer swap hack.Gravatar bunnei2014-12-282-0/+2
| * GPU: Change internal framerate to 30fps.Gravatar bunnei2014-12-262-2/+2
| * Merge pull request #275 from yuriks/cmake-cleanGravatar bunnei2014-12-221-8/+6
| |\
| | * Clean up CMake library specificationGravatar Yuri Kunde Schlesner2014-12-151-8/+6
| * | License changeGravatar purpasmart962014-12-206-6/+6
| |/
| * Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-133-3/+6
| * Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-133-13/+13
| * New logging systemGravatar Yuri Kunde Schlesner2014-12-131-5/+11
| * Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-3/+3
| * Merge pull request #196 from archshift/settingsGravatar bunnei2014-11-302-15/+7
| |\