summaryrefslogtreecommitdiff
path: root/src/citra
AgeCommit message (Expand)Author
2016-11-27Merge pull request #2196 from Subv/system_modeYuri Kunde Schlesner
2016-11-27Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-27GPU: Remove the broken frame_skip option.Emmanuel Gil Peyrot
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Support additional screen layouts.James Rowe
2016-10-27build: add default install for DragonFly, Solaris, etc.Jan Beich
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-15core: Add configuration option for CPU JIT.bunnei
2016-08-31Merge pull request #2032 from bunnei/qt-graphicsbunnei
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-08-15citra: Default to HW renderer.bunnei
2016-07-14Merge pull request #1890 from LFsWang/fix-encode-problembunnei
2016-06-10Merge pull request #1897 from linkmauve/sdl2-config-fixMat M
2016-06-10Merge pull request #1789 from wwylele/input-refactorbunnei
2016-06-11SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb06...Emmanuel Gil Peyrot
2016-06-08Fix boot_filename encode on WindowsLFsWang
2016-05-25Merge pull request #1817 from linkmauve/smdh-stuffbunnei
2016-05-24New3DS: Minor style cleanup to #1520.bunnei
2016-05-24Merge pull request #1520 from JamePeng/checknew3dsbunnei
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot
2016-05-21Loader, Frontends: Refactor loader creation and game loadingEmmanuel Gil Peyrot
2016-05-15implement circle pad modifierwwylele
2016-05-15Refactor input subsystemwwylele
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-20Implement CheckNew3DS and CheckNew3DSAppJamePeng
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-