summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-04-06DolphinQt/AudioPane: Fix Audio backend dropdown not using translated namesAdmiral H. Curtiss
2025-04-05PerformanceMetrics: Fix window arrangementDentomologist
2025-04-05Mixer: Use Doubles for Sample Rate Conversion.Sam Belliveau
2025-04-04CoreTiming: Fix Precision Frame Timing in Dual Core mode on Windows.Jordan Woyak
2025-04-03Common/Timer: Use YieldProcessor on Windows.Jordan Woyak
2025-04-03CoreTiming: Add a setting to use Common::PrecisionTimer.Jordan Woyak
2025-04-03Common: Create a PrecisionTimer class.Jordan Woyak
2025-04-03Merge pull request #13479 from iwubcode/mali_draw_fixAdmiral H. Curtiss
2025-04-02VideoInterface: Throttle for VBlank only when necessary.Jordan Woyak
2025-04-02Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle c...Jordan Woyak
2025-04-02Merge pull request #13424 from Sam-Belliveau/granule-performance-improvementsJMC47
2025-04-02Use std::views::values and std::views::keys functions - NetPlayServerDr. Dystopia
2025-04-01VideoCommon: fix a mali bug by moving the perf queries back to being close to...iwubcode
2025-04-01Improve Performance of Granular Buffering + User Adjustable Buffer SizeSam Belliveau
2025-04-01VideoBackends/Metal: Fix anisotropic filtering handling.Jordan Woyak
2025-03-31IOS: Disguise Rock Band PlayStation USB devices as Wii equivalentsJosJuice
2025-03-30InputCommon: Move SDL Device class into its own cpp/h files.Jordan Woyak
2025-03-30DolphinQt: Update tooltips for ImmediateXFB, VBISkip, SkipPresentingDuplicate...Jordan Woyak
2025-03-30DolphinQt: Don't toggle GFX_HACK_SKIP_DUPLICATE_XFBS when GFX_HACK_IMMEDIATE_...Jordan Woyak
2025-03-30Merge pull request #13471 from Nitch2024/CTRL+GAdmiral H. Curtiss
2025-03-29[Debugger] CTRL+G support in code and memory viewNitch2024
2025-03-29Common: Make Profiler thread safeJosJuice
2025-03-29Merge pull request #13221 from mitaclaw/nrvo-fails-1JMC47
2025-03-28Merge pull request #13465 from TryTwo/PR_BugfixJMC47
2025-03-28AudioPanel bugfix: Forgot to wrap an optional slider in a conditional.TryTwo
2025-03-28Merge pull request #13456 from jordan-woyak/mapping-window-blank-square-fixJMC47
2025-03-28Merge pull request #13457 from jordan-woyak/efb-access-fixJMC47
2025-03-28Merge pull request #13434 from JosJuice/android-non-blocking-input-detectionJMC47
2025-03-28Merge pull request #13122 from TryTwo/PR_Audio_ConfigsJMC47
2025-03-28Merge pull request #13461 from JoshuaVandaele/warningsbegoneJosJuice
2025-03-27Android/Input: Fix a crash when mapping wii remote extensions.Jordan Woyak
2025-03-27Fix shadowed variable warnings and missing declarationsJoshua Vandaƫle
2025-03-27Merge pull request #13460 from jordan-woyak/play-time-tracker-thread-nameTilka
2025-03-27Merge pull request #13217 from cristian64/extract_gecko_creator_nameJMC47
2025-03-27Core: Name the play time tracker thread.Jordan Woyak
2025-03-26ConfigControl fix: Add invalid index check to ConfigComplexChoice. Resolve wi...TryTwo
2025-03-26AudioPanel: Refactor to use Config system. Some options were changed to a di...TryTwo
2025-03-26Move variables to inner scopetygyh
2025-03-26Use structured bindingsDr. Dystopia
2025-03-26VideoCommon: Fix out-of-bounds and disabled EFB access.Jordan Woyak
2025-03-25DolphinQt: Fix blank square in MappingWindow's top-left corner.Jordan Woyak
2025-03-25Merge pull request #13433 from iwubcode/update_min_win10JMC47
2025-03-25Use Common::ToUnderlyingDr. Dystopia
2025-03-25Merge pull request #13442 from TryTwo/PR_CodeWidget_Layout_TweakJMC47
2025-03-24Add numeric label support to assemblervyuuui
2025-03-23DolphinQt: Extract creator name from code name in Gecko codes.cristian64
2025-03-23DolphinQt: Fix unresponsive hotkeys during framestep overlay moveDentomologist
2025-03-23Android: Show message when trying to map disconnected deviceJosJuice
2025-03-23Android: Don't use separate thread for MotionAlertDialogJosJuice
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47