summaryrefslogtreecommitdiff
path: root/src/citra
AgeCommit message (Expand)Author
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
2015-01-09Generic PLATFORM_LIBRARIES varJohannes Ekberg
2015-01-04Frontends: Shutdown core when emulation is stoppedYuri Kunde Schlesner
2015-01-02Core: Change default CPU to dyncom.bunnei
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
2014-12-31Add citra icon to Windows executable and title barChin
2014-12-29Fix MSVC-related #defines and add CMakeLists commentdarkf
2014-12-29Fix merge conflictsdarkf
2014-12-28GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei
2014-12-26GPU: Change internal framerate to 30fps.bunnei
2014-12-22Merge pull request #275 from yuriks/cmake-cleanbunnei
2014-12-20License changepurpasmart96
2014-12-15Clean up CMake library specificationYuri Kunde Schlesner
2014-12-13Add configurable per-class log filteringYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-30Merge pull request #196 from archshift/settingsbunnei
2014-11-29GLFW: Add an error callback before calling glfwInit()Emmanuel Gil Peyrot
2014-11-28Fix MinGW builddarkf
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Merge Config::ReadXYZsarchshift
2014-11-18citra GLFW: Ignore minimal window size hints.Tony Wasserka
2014-11-18EmuWindow: Remove window title getters/setters.Tony Wasserka