summaryrefslogtreecommitdiff
path: root/src/citra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle changes pointed out in comments on PRGravatar polaris-2015-10-221-2/+1
* Remove unnecessary new lines, changed Deinit to ShutdownGravatar polaris-2015-10-111-1/+1
* Toggle use_gdbstub in citra GLFWGravatar polaris-2015-10-041-0/+1
|\
| * Implement gdbstubGravatar polaris-2015-09-193-0/+12
* | Implement gdbstubGravatar polaris-2015-10-043-0/+12
|/
* CMake: Add option to download Qt and GLFW binaries over HTTPGravatar Yuri Kunde Schlesner2015-09-081-0/+3
* Increase required OpenGL version to 3.3Gravatar Yuri Kunde Schlesner2015-08-301-1/+1
* Replace the previous OpenGL loader with a glad-generated 3.3 oneGravatar Yuri Kunde Schlesner2015-08-302-3/+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-153-0/+6
* Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.Gravatar bunnei2015-08-151-1/+1
* 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