summaryrefslogtreecommitdiff
path: root/src/citra
AgeCommit message (Expand)Author
2016-03-15Merge pull request #1526 from bunnei/sdl-rgb8bunnei
2016-03-15citra: Shutdown cleanly if ROM load failsMerryMage
2016-03-14SDL2: Explicitly use RGB8 color buffer.bunnei
2016-03-02Config: Use unique_ptr instead of raw pointerMerryMage
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
2016-02-21AudioCore: Skeleton ImplementationMerryMage
2015-10-22Handle changes pointed out in comments on PRpolaris-
2015-10-11Remove unnecessary new lines, changed Deinit to Shutdownpolaris-
2015-10-04Toggle use_gdbstub in citra GLFWpolaris-
2015-10-04Implement gdbstubpolaris-
2015-09-19Implement gdbstubpolaris-
2015-09-08CMake: Add option to download Qt and GLFW binaries over HTTPYuri Kunde Schlesner
2015-08-30Increase required OpenGL version to 3.3Yuri Kunde Schlesner
2015-08-30Replace the previous OpenGL loader with a glad-generated 3.3 oneYuri Kunde Schlesner
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-15Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei
2015-07-28Merge pull request #873 from jroweboy/input_arrayTony Wasserka
2015-07-27Move input values into an arrayJames Rowe
2015-07-26Citra: Remove dead gpu_refresh_rate option from the default ini file.Emmanuel Gil Peyrot
2015-07-12Implement new argument parsing using getopt and add the corresponding library...Greg Wicks
2015-07-12Merge pull request #910 from linkmauve/installTony Wasserka
2015-07-09Citra, CitraQt: Tell cmake to install the compiled binaries.Emmanuel Gil Peyrot
2015-06-28Citra: Fix the includes a bit, thanks to include-what-you-use.Emmanuel Gil Peyrot
2015-05-31Merge pull request #832 from yuriks/refresh-rate-optionbunnei
2015-05-29Remove gpu_refresh_rate configuration optionYuri Kunde Schlesner
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-25Assets: Move citra.ico from src/assets to dist.Emmanuel Gil Peyrot
2015-05-22OpenGL renderertfarley
2015-05-22INI hw/sw renderer toggletfarley
2015-05-12Common: Remove async loggingYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-05-01EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo
2015-04-03Allow the user to set the background clear color during emulationarchshift
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10EmuWindow: Made pad/touch functions non-static.bunnei
2015-03-10GLFW: Implemented EmuWindow touchpad support.bunnei
2015-03-09Merge pull request #634 from linkmauve/logging-performancesbunnei
2015-03-07default_ini.h: Put comments on their own linesarchshift
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-06Logging: check for filter before sending to the queue, to skip all heavy form...Emmanuel Gil Peyrot
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10Merge pull request #526 from purpasmart96/citra_stubsbunnei
2015-02-07Services: Stub some functionspurpasmart96
2015-01-31arm: Adios armemuLioncash
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-11Fix building on MinGWdarkf
2015-01-09Use -pthread where and only where neededJohannes Ekberg