summaryrefslogtreecommitdiff
path: root/src/citra
AgeCommit message (Expand)Author
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07Merge pull request #1736 from MerryMage/sdl2-sinkbunnei
2016-05-07AudioCore: SDL2 SinkMerryMage
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-04-30Audio: Add sink selection to configuration filesMerryMage
2016-04-24CMakeLists: Use imported version of Threads::ThreadsSam Spilsbury
2016-04-23CMakeLists: Use CMAKE_THREAD_LIBS_INITSam Spilsbury
2016-04-21Config: Add scaled resolution optiontfarley
2016-04-20SDL2 Frontend: Use argv[0], add a --version, and reorder options.Emmanuel Gil Peyrot
2016-04-11Use Settings::Apply in SDL frontendJannik Vogel
2016-04-06Default to settings from ini for gdbstubpolaris-
2016-04-06Adopted WinterMute's gdbstub changespolaris-
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
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