summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2019-05-08Merge pull request #8081 from jordan-woyak/structured-bindingLéo Lam
2019-05-07WiimoteEmu: Implement "Drawsome" tablet.Jordan Woyak
2019-05-07Merge pull request #8084 from leoetlino/wiisave-signJosJuice
2019-05-07WiiSave: Fix save signingLéo Lam
2019-05-06WiimoteEmu: Add game quirk report for reading of EXT/IR input directly, which...Jordan Woyak
2019-05-06DolphinQt: Use a structured binding.Jordan Woyak
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-05Use [[fallthrough]] in DiscExtractorJosJuice
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-04Use attribute [[fallthrough]]Léo Lam
2019-05-04Replace custom UNUSED macro with [[maybe_unused]]Léo Lam
2019-05-04Enable C++17Léo Lam
2019-05-04Merge pull request #7839 from ShFil119/impr/redundantLéo Lam
2019-05-04Merge pull request #7887 from lioncash/hidLéo Lam
2019-05-04Merge pull request #8053 from jordan-woyak/profile-dropdown-fixLéo Lam
2019-05-04Merge pull request #8074 from Qyriad/fixes/set-user-dir-properlyConnor McLaughlin
2019-05-04Qt/NetPlayDialog: Fix checksum menu being visible for everyoneTechjar
2019-05-03UICommon: Properly set user dir if ./user is a file (not a directory)Mikaela Szekely
2019-05-03DolphinQt: Profile combobox fixes.Jordan Woyak
2019-05-03Merge pull request #8057 from jordan-woyak/emu-tataconLéo Lam
2019-05-03Merge pull request #8064 from JosJuice/notify-host-symbols-clearLéo Lam
2019-05-02Debugger/Memory: Add support for address spacesbooto
2019-05-02WiimoteEmu: Implement TaTaCon extension.Jordan Woyak
2019-05-02Merge pull request #8065 from jordan-woyak/wm-ext-namesLéo Lam
2019-05-01DolphinQt: Don't refresh devices on open of mapping UI.Jordan Woyak
2019-05-01WiimoteEmu/DolphinQt: Better extension display names.Jordan Woyak
2019-05-01Merge pull request #7966 from Techjar/fix-netplay-full-wii-saveLéo Lam
2019-05-01Merge pull request #7958 from Craftyawesome/cpu-emulation-orderLéo Lam
2019-05-01Call Host_NotifyMapLoaded when clearing g_symbolDBJosJuice
2019-05-01Merge pull request #8013 from JosJuice/titledatabase-japanese-gcLéo Lam
2019-05-01Merge pull request #8014 from JosJuice/getuniqueidentifier-language-independentLéo Lam
2019-05-01Disable Vulkan overrides for RADV driverz0z0z
2019-05-01Merge pull request #7163 from lioncash/pointerLéo Lam
2019-04-30WiimoteEmu: Drum extension accuracy improvements.Jordan Woyak
2019-04-30Merge pull request #7880 from jordan-woyak/udraw-tablet-emuJMC47
2019-04-30WiimoteEmu: Implement uDraw GameTablet.Jordan Woyak
2019-04-29InputCommon: Remove unused "sign" macro.Jordan Woyak
2019-04-30Remove redundant initializationFilip Gawin
2019-04-29Merge pull request #8042 from jordan-woyak/mapping-ui-clear-fixJMC47
2019-04-28Merge pull request #8050 from Techjar/memorywatcher-determinismJMC47
2019-04-29Merge pull request #8044 from jordan-woyak/indicators-on-topspycrab
2019-04-28Merge pull request #8043 from jordan-woyak/mapping-ui-event-block-fixConnor McLaughlin
2019-04-28Merge pull request #8048 from stenzek/vulkan-negative-scissor-rectConnor McLaughlin
2019-04-28DolphinQt: Fix mapping of space, return, and mouse-clicks from immediately re...Jordan Woyak
2019-04-28Merge pull request #8051 from JosJuice/efb-constexprConnor McLaughlin
2019-04-28Core: Remove MemoryWatcherTechjar
2019-04-28Turn EFB_WIDTH/EFB_HEIGHT into constexprJosJuice
2019-04-28Merge pull request #8025 from chargeflux/PathPaneAddBtnConnor McLaughlin
2019-04-28Merge pull request #8047 from stenzek/d3d-feature-level-10Connor McLaughlin
2019-04-27Fix the screen going black on pause after changing windowsPokechu22