Commit Graph

  • 321dc9b76d
    Merge pull request #12711 from jordan-woyak/modifier-range-ini-default Admiral H. Curtiss 2024-05-21 22:11:42 +02:00
  • abc8aa2237
    Merge pull request #12764 from Sintendo/jitarm64-temp-regs Admiral H. Curtiss 2024-05-21 22:06:21 +02:00
  • a64b796df0
    Merge pull request #12787 from iwubcode/imgui_mouse_clicks_queue Admiral H. Curtiss 2024-05-21 22:01:45 +02:00
  • b9a2c18cb3
    Merge pull request #12788 from iwubcode/hotkey_frame_advance_host_thread Admiral H. Curtiss 2024-05-21 21:52:05 +02:00
  • e98a0859b9 CMake: update required compiler versions for std::bitcast support Pokechu22 2024-05-20 22:13:43 -07:00
  • 7a4740adf7 Android: Fix crash when no devices have outputs JosJuice 2024-05-20 21:36:00 +02:00
  • cb71d84908
    Merge pull request #12786 from AdmiralCurtiss/config-window-fix Admiral H. Curtiss 2024-05-20 13:52:48 +02:00
  • 2633eaca7a
    Merge pull request #12790 from JosJuice/i18n-infinity-double-arguments Tilka 2024-05-20 04:20:25 +01:00
  • 3e046c2b32 DolphinQt: Fix double argument in Infinity error message JosJuice 2024-05-19 21:52:49 +02:00
  • 4f1a5e0b3a DolphinQt: trigger frame advance from hotkeys on the host thread (the underlying SetState is only valid on the host thread) iwubcode 2024-05-18 11:54:12 -05:00
  • d7a8ec4353 VideoCommon: use imgui input queue for mouse clicks, this helps keep input smooth regardless of frame-times and matches keyboard events, this system was introduced in 1.87 iwubcode 2024-05-18 11:49:19 -05:00
  • 626369fc00
    DolphinQt/Settings/GeneralPane: Don't emit a ConfigChanged signal while saving config Admiral H. Curtiss 2024-05-18 15:44:00 +02:00
  • 131ca83add
    Merge pull request #12785 from JosJuice/jit64-r12-comment Tilka 2024-05-18 14:07:29 +01:00
  • 892bba9768 Jit64: Remove outdated comment about R12 JosJuice 2024-05-18 14:54:22 +02:00
  • fd3867ac5b
    Merge pull request #12755 from LillyJadeKatrin/retroachievements-discord Admiral H. Curtiss 2024-05-18 14:29:52 +02:00
  • f3c0a5626d
    Merge pull request #12781 from deReeperJosh/skylanderfiletypes Admiral H. Curtiss 2024-05-18 14:12:55 +02:00
  • b932691810 DSPHLE/Zelda: fix Pikmin 2 save sound (issue 8855) Tillmann Karras 2024-05-18 03:32:07 +01:00
  • a6f7ce8aea cubeb - re-enable and polish IAudioClient3 to achieve lower latencies Filoppi 2023-01-20 20:09:45 +02:00
  • c206ce846a Change Default Skylander File Selection Types Joshua de Reeper 2024-05-17 02:52:50 +01:00
  • 493a42d792
    Merge pull request #12779 from warmenhoven/warmenhoven/pr/buildfix OatmealDome 2024-05-14 01:35:41 -04:00
  • dc9d337b79 Fix build with Xcode 15.4 by bumping MoltenVK version to 1.2.8 Eric Warmenhoven 2024-05-14 00:06:31 -04:00
  • 137cf485b2 Remove min_clock_per_sleep to improve VPS consistency Sam Belliveau 2024-05-13 14:06:27 -04:00
  • a00bd20429 Improve Accuracy of Max% by using same counter as Speed% Sam Belliveau 2024-05-13 13:52:56 -04:00
  • 1c3fb5808d Externals: Update SDL 2.26.5 -> 2.30.3 dreamsyntax 2024-05-12 20:27:56 -07:00
  • ea857c14b8 Fix code style Lift 2024-05-12 18:03:42 -04:00
  • 7cbee00c67 Allow cheats to be applied mid game through properties menu, remove relevant warning label Lift 2024-05-12 16:33:38 -04:00
  • 32968b97ce AR codes applied through properties menu apply mid game Lift 2024-05-12 15:22:07 -04:00
  • 0e9721b919 Externals: Update OpenAL-Soft to 1.23.1 Xphalnos 2024-05-10 15:04:23 +02:00
  • 7ba539d796
    Merge pull request #12766 from mitaclaw/arm64-xreg-assert OatmealDome 2024-05-10 00:08:55 -04:00
  • fd8a36d4d9 AdvancedWidget, Bloom Fixes: Allow for downscaled bloom to be blurred. Update game ini's for bloom. TryTwo 2024-05-08 02:11:49 -07:00
  • b6ea92f1f0 AdvancedWidget, Bloom: Add sliders for bloom strength and blur radius. TryTwo 2024-05-08 15:11:15 -07:00
  • 29455dab67 EFB, Bloom: Add optional Blur shader to apply to upscaled bloom efb copies. Looks better than preventing downscaling for some games. TryTwo 2024-05-08 14:55:54 -07:00
  • f8b67334ca Advanced Widget: Add options to fix bloom issues. Prevents EFB copies smaller than a set size from being upscaled, which prevents bloom from breaking and usually has no adverse effects. TryTwo 2024-05-08 02:28:42 -07:00
  • 2328539a76 Add Discord Presence setting to Achievement Settings dialog LillyJadeKatrin 2024-02-24 16:06:29 -05:00
  • 50386c4e39
    Merge pull request #12740 from mitaclaw/breakpoint-before-fpu-exception OatmealDome 2024-05-08 01:26:08 -04:00
  • 57c8ea12ed Send Rich Presence to Discord LillyJadeKatrin 2024-02-24 15:57:06 -05:00
  • 5768d82662 Add Discord Presence flag to Achievement Settings LillyJadeKatrin 2024-02-24 15:55:06 -05:00
  • 28f8ab9e8a Arm64FloatEmitter: 64-Bit Assert In ABI_PushRegisters mitaclaw 2024-05-05 14:26:51 -07:00
  • b63808a652 JitArm64: rlwimix - Conditionally skip temp reg allocation Bram Speeckaert 2024-05-04 17:38:04 +02:00
  • f7c97ae654 JitArm64: srawx - Conditionally skip temp reg allocation Bram Speeckaert 2024-05-04 17:36:10 +02:00
  • 0189692ea3 JitArm64: divwx - Conditionally skip temp reg allocation Bram Speeckaert 2024-05-04 17:26:23 +02:00
  • defe97d9f1 JitArm64: addex - Skip temp reg allocation Bram Speeckaert 2024-05-04 17:22:38 +02:00
  • 5d647251f7 JitArm64: subfic - Conditionally skip temp reg allocation Bram Speeckaert 2024-05-04 17:20:18 +02:00
  • cd25e91ca2
    use pkg_search_module to find minizip-ng or minizip Guilherme Janczak 2024-05-07 04:00:56 +00:00
  • d619307a6d
    use pkg-config to find libfmt Guilherme Janczak 2024-05-06 19:25:23 +00:00
  • 8142eba501 Replaced Cached Interpreter with Type Erasure Based Templated Functors Sam Belliveau 2024-05-06 14:19:13 -04:00
  • c1e6316bdc
    use pkg-config to find libusb Guilherme Janczak 2024-05-06 17:44:32 +00:00
  • c7b0198154 IOS: Treat /dev/usb/kbd as blocking Pokechu22 2023-11-28 22:35:13 -08:00
  • e17b39b35e IOS: use std::optional<u32> instead of std::unique_ptr<IOCtlRequest> Pokechu22 2023-11-29 22:33:07 -08:00
  • 2c91367429
    Merge pull request #12737 from nlebeck/settingshandler-split JosJuice 2024-05-05 22:35:23 +02:00
  • 485bdba98e
    Merge pull request #12760 from AdmiralCurtiss/win-cmake-fix Admiral H. Curtiss 2024-05-05 19:40:25 +02:00
  • 98529a9d2e
    Merge pull request #12694 from Tilka/zelda4 Tilka 2024-05-05 14:43:06 +01:00
  • 5915e06a24 Removed Unused Import Sam Belliveau 2024-05-04 13:35:59 -04:00
  • 1a2e315880
    Merge pull request #12761 from mitaclaw/core-global-system-5 Admiral H. Curtiss 2024-05-04 18:19:50 +02:00
  • 98f0f844fb
    Merge pull request #12763 from LillyJadeKatrin/retroachievements-welcome Admiral H. Curtiss 2024-05-04 18:14:43 +02:00
  • 3029d8a47f
    Merge pull request #12729 from JosJuice/no-discard-at-breakpoint Admiral H. Curtiss 2024-05-04 18:07:02 +02:00
  • 1b19a75600
    Merge pull request #12560 from sepalani/bba-poll Admiral H. Curtiss 2024-05-04 17:43:24 +02:00
  • c26373bd95
    Merge pull request #12738 from mitaclaw/expression-sprs Admiral H. Curtiss 2024-05-04 17:35:12 +02:00
  • 91764fd28f Retooled Achievements Welcome Message LillyJadeKatrin 2024-05-04 11:06:25 -04:00
  • 0daf4d1281
    Merge pull request #12762 from mitaclaw/dead-config-code Admiral H. Curtiss 2024-05-04 16:23:36 +02:00
  • c442c0d5e5
    Merge pull request #10957 from Pokechu22/std-bitcast Tilka 2024-05-04 08:24:59 +01:00
  • 2b337aec58 PowerPC: Remove Dead Config Code mitaclaw 2024-04-04 21:15:14 -07:00
  • 0b04975c26 Core::SetState: Avoid Global System Accessor mitaclaw 2024-05-03 20:49:48 -07:00
  • 5d49500456
    DolphinNoGUI: Link against dwmapi.lib on Windows in CMake Admiral H. Curtiss 2024-05-04 05:17:45 +02:00
  • f6e3c5ccef
    Externals/rcheevos: Disable warnings in CMake Admiral H. Curtiss 2024-05-04 05:16:35 +02:00
  • c23562b7b5
    Merge pull request #12695 from mitaclaw/core-global-system-4 Admiral H. Curtiss 2024-05-04 05:15:35 +02:00
  • e2dc6f3225
    Merge pull request #12751 from guijan/improv-nbsd Admiral H. Curtiss 2024-05-04 04:27:53 +02:00
  • f709071d41
    Merge pull request #12759 from LillyJadeKatrin/retroachievements-header-fix Admiral H. Curtiss 2024-05-04 04:27:16 +02:00
  • fbbfea8e8e Replace Common::BitCast with std::bit_cast Pokechu22 2022-08-05 21:10:17 -07:00
  • 42ca39c6fe Hide Achievement Dialog Header When Disabled LillyJadeKatrin 2024-05-03 21:35:01 -04:00
  • 076bdf7a24 Expression: Support All SPRs + MSR mitaclaw 2024-04-26 14:52:48 -07:00
  • 3b56e16817 Update BranchWatch.h mitaclaw 2024-05-03 16:09:07 -07:00
  • 0e633892fd
    Readme.md: rework build instructions Guilherme Janczak 2024-05-03 20:24:43 +00:00
  • ba462578ac Externals: Update minizip-ng to 4.0.5 mitaclaw 2024-04-22 00:14:34 -07:00
  • a1eaed2531 Externals: Document Unused minizip-ng Files mitaclaw 2024-04-22 00:05:23 -07:00
  • 0acdd404e3 Externals: Convert minizip-ng To Submodule mitaclaw 2024-04-21 23:32:45 -07:00
  • 6bee21e272 Revert "Externals: minizip-ng Forward Compatibility" mitaclaw 2024-04-21 22:45:48 -07:00
  • 16231d550d Fixed incorrect behavior with HookType::Replace Sam Belliveau 2024-05-03 13:52:48 -04:00
  • 57c890d4fc
    Merge pull request #12756 from guijan/fix-llvm Admiral H. Curtiss 2024-05-03 19:42:58 +02:00
  • 0859d2c472
    improve NetBSD-specific code Guilherme Janczak 2024-05-03 00:30:15 +00:00
  • 42583deea7
    Merge pull request #12754 from LillyJadeKatrin/retroachievements-possiblememoryleakfix Admiral H. Curtiss 2024-05-03 17:10:04 +02:00
  • 68cbd2640d
    fix linking against LLVM shared library Guilherme Janczak 2024-05-03 11:56:15 +00:00
  • fc64b43fae Fix possible memory leak in an Achievement Manager callback LillyJadeKatrin 2024-05-02 23:46:27 -04:00
  • 6d47c516d7
    Create file.save Foreign 2024-05-02 22:26:49 -05:00
  • ccf82c314c Inline For Loop Sam Belliveau 2024-05-02 22:50:43 -04:00
  • c5fe4bfbcb Clean Up Cached Blocks Sam Belliveau 2024-05-02 22:30:41 -04:00
  • 1af2d6857b Format Sam Belliveau 2024-05-02 21:19:09 -04:00
  • 6c1b24dfbf Perform Instruction Lookup ahead of time Sam Belliveau 2024-05-02 21:17:58 -04:00
  • 58e69c3bc4 Combine instructions if possible Sam Belliveau 2024-05-02 21:11:38 -04:00
  • e8b35e80c4 Move code inside of the lambdas Sam Belliveau 2024-05-02 21:05:12 -04:00
  • 5743385ea8 Break everything into Lambdas Sam Belliveau 2024-05-02 20:25:19 -04:00
  • 1463d1021a Experiment with Function Pointers for Cached Interpreter Sam Belliveau 2024-05-02 18:41:12 -04:00
  • 5817be7bd3
    Merge pull request #12747 from mitaclaw/qt-memory-leaks Admiral H. Curtiss 2024-05-02 17:30:49 +02:00
  • 967280f140
    Merge pull request #12716 from guijan/obsd-port Admiral H. Curtiss 2024-05-02 16:42:31 +02:00
  • e3d483e7c5 Show Achievements in Menu Bar always LillyJadeKatrin 2024-05-02 08:25:33 -04:00
  • 02e6acd8ad
    Merge pull request #12748 from LillyJadeKatrin/retroachievements-enable-bug Admiral H. Curtiss 2024-05-02 12:43:27 +02:00
  • ad969dfc0d Disabled Hardcore Mode when Achievements disabled LillyJadeKatrin 2024-05-01 23:47:23 -04:00
  • 0df401b164 Core::IsRunning: Avoid Global System Accessor mitaclaw 2024-04-08 20:33:55 -07:00
  • b71fdef356
    Merge pull request #12639 from LillyJadeKatrin/retroachievements-client JMC47 2024-05-01 11:20:02 -04:00
  • d8ef3ee6c5 Add Spectator Mode to achievement settings LillyJadeKatrin 2024-04-03 16:58:22 -04:00