summaryrefslogtreecommitdiff
path: root/src/citra (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixup simple type conversions where possibleGravatar Alexander Laties2016-05-071-1/+1
* Merge pull request #1736 from MerryMage/sdl2-sinkGravatar bunnei2016-05-071-1/+1
|\
| * AudioCore: SDL2 SinkGravatar MerryMage2016-05-071-1/+1
* | Frontends, VideoCore: Move glad initialisation to the frontendGravatar Emmanuel Gil Peyrot2016-05-061-0/+7
|/
* Audio: Add sink selection to configuration filesGravatar MerryMage2016-04-302-0/+8
* CMakeLists: Use imported version of Threads::ThreadsGravatar Sam Spilsbury2016-04-241-1/+1
* CMakeLists: Use CMAKE_THREAD_LIBS_INITGravatar Sam Spilsbury2016-04-231-1/+1
* Config: Add scaled resolution optionGravatar tfarley2016-04-212-0/+5
* SDL2 Frontend: Use argv[0], add a --version, and reorder options.Gravatar Emmanuel Gil Peyrot2016-04-201-9/+20
* Use Settings::Apply in SDL frontendGravatar Jannik Vogel2016-04-111-5/+4
* Default to settings from ini for gdbstubGravatar polaris-2016-04-061-6/+6
* Adopted WinterMute's gdbstub changesGravatar polaris-2016-04-061-4/+21
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-052-5/+6
* Merge pull request #1526 from bunnei/sdl-rgb8Gravatar bunnei2016-03-151-0/+4
|\
| * SDL2: Explicitly use RGB8 color buffer.Gravatar bunnei2016-03-141-0/+4
* | citra: Shutdown cleanly if ROM load failsGravatar MerryMage2016-03-151-8/+6
|/
* Config: Use unique_ptr instead of raw pointerGravatar MerryMage2016-03-022-14/+12
* Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage2016-03-029-256/+274
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-1/+1
* 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