summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2020-09-29Merge pull request #9120 from JosJuice/controller-defaultsJMC47
2020-09-29Fix controller defaults being empty on fresh runJosJuice
2020-09-28ControllerEmu: Increase "IMUPointer" "Total Yaw" default value to match that ...Jordan Woyak
2020-09-28ControllerEmu: Increase Total Yaw/Pitch default values to compensate for new ...Jordan Woyak
2020-09-28ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated d...Jordan Woyak
2020-09-28WiimoteEmu: Increase Camera FOV constants to 42 by 31.5 degrees.Jordan Woyak
2020-09-28MathUtil: Add Population (vs Sample) versions of Variance and StandardDeviati...Jordan Woyak
2020-09-26Merge pull request #9115 from jordan-woyak/default-modifiersJordan Woyak
2020-09-26Core: Unbreak default keyboard mappings.Jordan Woyak
2020-09-26Merge pull request #9109 from stenzek/msaa-efb-readbackConnor McLaughlin
2020-09-25ExpressionParser: Improve hotkey suppression logic. Allow activation with sim...Jordan Woyak
2020-09-25ExpressionParser: Replace ScopeGuard with custom deleter unique_ptr.Jordan Woyak
2020-09-25InputCommon: Improve input detection to produce buton combinations.Jordan Woyak
2020-09-25InputCommon: Make hotkeys and input detection aware of Ctrl -> L_Ctrl / R_Ctr...Jordan Woyak
2020-09-25InputCommon: Clean up modifier ignoring logic.Jordan Woyak
2020-09-25Core: Clean up default hotkey expressions.Jordan Woyak
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-09-25ExpressionParser: Allow duplicate and superset modifier hotkeys to function.Jordan Woyak
2020-09-25InputCommon: Support detecting combinations of inputs. (Hotkeys)Jordan Woyak
2020-09-25ExpressionParser: Suppress inputs when hotkey modifiers are pressed.Jordan Woyak
2020-09-25ExpressionParser: Add Hotkey syntax.Jordan Woyak
2020-09-25FramebufferManager: Fix EFB readbacks with MSAA onStenzek
2020-09-23Merge pull request #9107 from JosJuice/qt-disc-0LC
2020-09-23Merge pull request #8902 from JosJuice/android-convertJMC47
2020-09-23DolphinQt: Use 1-based disc numbering in InfoWidgetJosJuice
2020-09-22Merge pull request #9088 from JosJuice/android-sysconfJMC47
2020-09-20Merge pull request #8840 from Techjar/evdev-combining-physJordan Woyak
2020-09-19Update state version.Jordan Woyak
2020-09-19Core/BTEmu: Change a member variable to a local variable.Jordan Woyak
2020-09-18Qt/MappingWindow: Add support for built-in profilesTechjar
2020-09-16Merge pull request #9075 from JosJuice/android-osd-left-marginJMC47
2020-09-16Merge pull request #9073 from darkain/patch-1JMC47
2020-09-16Only automatically override SYSCONF settings when it has an effectJosJuice
2020-09-16Android: Only allow conversion when appropriateJosJuice
2020-09-16Android: Add content provider support to File::DeleteJosJuice
2020-09-16Android: Add content provider support to File::IOFileJosJuice
2020-09-16DiscIO: Use std::function for compression callbackJosJuice
2020-09-16Android: Move OSD out of the way when menu is openJosJuice
2020-09-16Config: Add SYSCONF to IsSettingSaveableJosJuice
2020-09-16Merge pull request #9086 from JosJuice/wiimote-init-orderJMC47
2020-09-15Merge pull request #8819 from JosJuice/panic-alert-deadlock-pause-on-focus-lossJMC47
2020-09-15Core: Run Wiimote::Initialize before HW::Init to avoid crashJosJuice
2020-09-15Merge pull request #9085 from Techjar/better-monospaceLC
2020-09-15Merge pull request #9084 from Techjar/custom-rtc-tz-fixLC
2020-09-15Qt: Use better method of getting default monospace fontTechjar
2020-09-14Qt/AdvancedPane: Force UTC time for custom RTC entryTechjar
2020-09-14Merge pull request #8985 from jordan-woyak/btemu-cleanupJMC47
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode
2020-09-12DolphinQt: properly remove slot connection for ConfigChange when object is de...iwubcode
2020-09-11Merge pull request #9039 from shuffle2/bt-dllJMC47