summaryrefslogtreecommitdiff
path: root/src/citra
AgeCommit message (Expand)Author
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
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-11-15Merge pull request #159 from SeannyM/enable_logTony Wasserka
2014-11-11ARM: Fixed several dyncom bugs.bunnei
2014-11-03Add support for disabling log from settingsSean
2014-10-27Merge pull request #151 from archshift/dyncom-enabledbunnei
2014-10-27Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift
2014-10-27Use configuration files to enable or disable the new dyncom interpreter.archshift
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-22Use config files to store whether SDMC is enabled or notarchshift
2014-10-19emu_window_glfw.cpp: Fixed graceful quittingarchshift
2014-10-17Implemented graceful closing of the GLFW window, along with emulation.archshift
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner
2014-10-07Added configuration file system.archshift
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner
2014-09-01CMake cleanupYuri Kunde Schlesner