Commit Graph

  • c2bc2ccd23 VideoCommon: pull texture sampler out of texture cache so that it can be used in other places in the future iwubcode 2024-06-01 23:21:04 -05:00
  • 10bc950348
    cleanup: remove extra start/end game msgs from spectator server (#23) Vlad Firoiu 2024-06-01 20:31:25 -04:00
  • 90f00d35d5
    refactor: skip jukebox init if null audio backend Nikhil Narayana 2024-06-01 14:23:09 -07:00
  • 092cae65be
    fix: increase width of delay frames combobox for visibility Nikhil Narayana 2024-06-01 12:24:36 -07:00
  • 8ebc8b6ad7
    fix(build): set correct codesigning target (#21) Vlad Firoiu 2024-06-01 16:27:32 -04:00
  • bc78c42f38
    fix: pipes for bot functionality (#22) Vlad Firoiu 2024-06-01 16:10:26 -04:00
  • 8fa4122692
    fix(build): rust dep for nogui build (#17) Vlad Firoiu 2024-06-01 16:05:21 -04:00
  • 66559aac9f
    chore: remove leftover check box in settings panel (#19) HamletDuFromage 2024-06-01 21:32:43 +02:00
  • b01b40ece0
    fix: don't output music if null backend is selected Nikhil Narayana 2024-06-01 11:36:45 -07:00
  • c120e9cd49
    Reset docs Jōshin 2024-06-01 09:44:26 -07:00
  • 64cd94492a
    Run clang-format Jōshin 2024-06-01 09:39:06 -07:00
  • b9e11a3a35 Android: Adopt a new versionCode scheme JosJuice 2024-06-01 17:36:20 +02:00
  • cf6a392979 Branch Watch Tool: Smarter Context Menu mitaclaw 2024-05-24 17:26:14 -07:00
  • 803a965dea
    Fix line width Clément Gallet 2024-06-01 15:21:10 +02:00
  • e0a407204f
    Fix balloon tip position on secondary monitors Clément Gallet 2024-06-01 14:04:10 +02:00
  • 96e2f5eef6 IOS/STM: fix IPC reply for unknown ioctl requests Tillmann Karras 2024-05-31 10:21:59 +01:00
  • 9bc8ea6d6f IOS/STM: sort ioctl numbers (NFC) Tillmann Karras 2024-05-31 10:00:50 +01:00
  • 62b9657ab1
    Merge 5a916754cc336b159765e662263930200cc6e57f into 46a89936ae0724bf087a228133f4bd7bd682da3a sepalani 2024-06-01 14:39:23 +04:00
  • b461c93e5c missing glslang files Xphalnos 2024-06-01 10:44:24 +02:00
  • 769fadc67b possible fix Xphalnos 2024-06-01 10:39:45 +02:00
  • d132d4a691 Update VulkanMemoryAllocator to 3.1.0 Xphalnos 2024-06-01 10:17:36 +02:00
  • 11c37de695 VideoCommon: update custom pipeline to use a a texture's sampler if the texture is in use iwubcode 2024-05-31 23:19:51 -05:00
  • 50b95bbea9 InputCommon / VideoCommon: update to use new JsonFromFile function iwubcode 2024-05-31 23:13:25 -05:00
  • e92f59e2d4 Common: add JsonUtil cpp which was missed initially iwubcode 2024-05-31 23:08:39 -05:00
  • d494059164 Common: update json util function for converting to numeric value to use a static_cast. As discussed, a Saturating cast doesn't make sense when converting a double to a float iwubcode 2024-05-31 23:08:05 -05:00
  • 1d4f758b14 Common: add file serialization/deserialization functions for JSON iwubcode 2024-05-31 22:36:12 -05:00
  • 51b69bb339 VideoCommon: use imgui mouse position event when the mouse position changes iwubcode 2024-05-31 22:31:54 -05:00
  • 46a89936ae
    Merge pull request #12780 from TryTwo/BreakpointWidget_Direct_Edit Admiral H. Curtiss 2024-06-01 04:25:19 +02:00
  • b46bc6c99c
    Merge 42d689d081926b6c31c8610000fb1c3131ded48b into 2b386cdcdc5f05a34529f80edb132697f398edc7 weebcel 2024-06-01 10:05:14 +08:00
  • b7361207cb CodeWidget bugfix: Prevemt updates that use CPUThreadGuard during boot, when the core isn't ready. TryTwo 2024-05-31 18:46:37 -07:00
  • 3526f3cd9f
    Color unused cells and disabled rows. (bug?) Does not update on dark/light style change, as no signals are sent. TryTwo 2024-05-17 14:49:15 -07:00
  • 1396e927c7
    BreakpointWidget: Give conditionals a popup text entry on click. TryTwo 2024-05-14 13:49:00 -07:00
  • e52b814eb2
    BreakpointWidget: Direct editing of address cells. Prevent symbol cells from being affected. TryTwo 2024-05-14 13:40:11 -07:00
  • b740671792
    BreakpointWidget: Make buttons, removing selecting row on clicking, and fix OnContextMenu which relied on select rows. Add functions to edit breakpoints. TryTwo 2024-05-14 13:22:43 -07:00
  • c3bdd05d2a TAS Input: Enable hotkeys and controller input when Input has focus Dentomologist 2024-05-26 16:50:12 -07:00
  • 2b386cdcdc
    Merge pull request #12812 from LillyJadeKatrin/retroachievements-close-fixes Admiral H. Curtiss 2024-05-31 20:18:22 +02:00
  • 0e6db07203
    Merge pull request #12794 from TryTwo/PR_Windows_Initialize_Fix Admiral H. Curtiss 2024-05-31 20:00:37 +02:00
  • 171596ac74
    Merge pull request #12315 from Dentomologist/interfacepane_add_balloontips Admiral H. Curtiss 2024-05-31 19:41:55 +02:00
  • de9326bd53
    InterfacePane: Add BalloonTip to user style combobox Dentomologist 2023-11-13 15:08:09 -08:00
  • 33b64d6c91
    InterfacePane: Add BalloonTip to cursor visible radio buttons Dentomologist 2023-11-13 15:04:12 -08:00
  • a581fa2bfa
    InterfacePane: Add BalloonTip to lock mouse checkbox Dentomologist 2023-11-12 01:32:03 -08:00
  • 9ed1688d09
    InterfacePane: Add BalloonTip to pause on focus lost checkbox Dentomologist 2023-11-12 00:38:54 -08:00
  • 14f01bb12c
    InterfacePane: Add BalloonTip to show active title checkbox Dentomologist 2023-11-12 00:29:52 -08:00
  • c5532b19e6
    InterfacePane: Add BalloonTip to enable on-screen display checkbox Dentomologist 2023-11-12 00:18:02 -08:00
  • 16cdd0a961
    InterfacePane: Add BalloonTip to use panic handlers checkbox Dentomologist 2023-11-12 00:03:00 -08:00
  • dc15a555c9
    InterfacePane: Add BalloonTip to confirm on stop checkbox Dentomologist 2023-11-11 23:41:39 -08:00
  • d1ac66824e
    InterfacePane: Add BalloonTip to disable screensaver checkbox Dentomologist 2023-11-11 23:29:16 -08:00
  • 26758716ae
    InterfacePane: Add BalloonTip to use covers checkbox Dentomologist 2023-11-11 22:55:12 -08:00
  • 78ab53a6e4
    InterfacePane: Add BalloonTip to focused hotkeys checkbox Dentomologist 2023-11-11 16:13:55 -08:00
  • afe5bfd512
    InterfacePane: Add BalloonTip to debugging enabled checkbox Dentomologist 2023-11-11 16:04:50 -08:00
  • 7d704ca9ca
    InterfacePane: Add BalloonTip to language combobox Dentomologist 2023-11-11 14:02:08 -08:00
  • 266bbeefc8
    InterfacePane: Add BalloonTip to top window checkbox Dentomologist 2023-11-05 11:45:56 -08:00
  • 55aaa323ec
    InterfacePane: Add BalloonTip to theme combobox Dentomologist 2023-11-04 15:33:19 -07:00
  • ae0914174f
    InterfacePane: Add BalloonTip to title database checkbox Dentomologist 2023-11-04 15:00:58 -07:00
  • 072b6cdb1d
    Merge pull request #12797 from mitaclaw/branch-watch-tool-fixes-1 Admiral H. Curtiss 2024-05-31 18:11:36 +02:00
  • cd9521f293
    Merge pull request #12807 from TacoTheDank/cleanupProguard Admiral H. Curtiss 2024-05-31 17:41:20 +02:00
  • 729669f7b1
    Merge pull request #12808 from TacoTheDank/fixGradleDeprecation Admiral H. Curtiss 2024-05-31 17:40:26 +02:00
  • c3e0aeb184
    Merge pull request #12728 from OatmealDome/mac-version-numbers-2 OatmealDome 2024-05-30 01:13:32 -04:00
  • 8ac22378a1
    Merge pull request #12814 from Tilka/verify_wad Tilka 2024-05-28 20:48:15 +01:00
  • 5255fe5f74 DolphinTool: support WAD verification Tillmann Karras 2024-05-28 04:15:00 +01:00
  • 8e33a5778e Properly reset Discord presence after game close LillyJadeKatrin 2024-05-27 17:52:13 -04:00
  • 8582644058
    Merge pull request #12796 from JosJuice/interpreter-cr0-so-gt Tilka 2024-05-26 17:57:06 +01:00
  • 14e68a0f4b
    Merge pull request #12804 from Tilka/drop_unused_overload Tilka 2024-05-26 17:17:49 +01:00
  • c0a1f5e123 PPCAnalyst: Refactor mtspr handling code JosJuice 2024-05-26 11:14:18 +02:00
  • e88e641bc0 Jit64: Clean up the test_bit variable JosJuice 2024-05-26 09:04:25 +02:00
  • dc6e5e7ff6 JitArm64: Replace a comparison to SP JosJuice 2024-05-26 08:47:20 +02:00
  • 937d3ced8a Android: Migrate to ViewPager2 TacoTheDank 2024-05-26 02:43:57 -04:00
  • 921d711113 Jit: Clarify FixGTBeforeSettingCRFieldBit comment JosJuice 2024-05-26 08:32:25 +02:00
  • 05b001a1a0 Android: Replace SwitchMaterial with MaterialSwitch TacoTheDank 2024-05-25 22:24:26 -04:00
  • 51f4dfabc2 Android: Fix Gradle deprecation TacoTheDank 2024-05-25 22:13:25 -04:00
  • 5a6fbc4c57 Android: Clean up ProGuard TacoTheDank 2024-05-25 21:56:19 -04:00
  • b666050e1f Android: Update gradle wrapper TacoTheDank 2024-05-25 21:51:09 -04:00
  • b7b0842d2f BreakpointWidget: Fix Qt centering issues with a Custom Delegate TryTwo 2024-05-14 13:07:17 -07:00
  • d96840f808 BreakpointWidget: Move delete to the context menu. Selecting rows will be removed, so select -> delete is hard to maintain. TryTwo 2024-05-14 13:02:11 -07:00
  • 4619db2ae9 DiscIO: drop unused Volume::CheckContentIntegrity() overload Tillmann Karras 2024-05-25 20:13:11 +01:00
  • 8167a046ef
    Merge pull request #12793 from Pokechu22/minimum-compilers-for-bitcast Tilka 2024-05-25 23:23:58 +01:00
  • f35e8e62e6
    Merge pull request #12795 from JosJuice/remove-isbranchtarget Tilka 2024-05-25 23:10:17 +01:00
  • 52f51d0d87
    Merge pull request #12802 from JosJuice/ppcanalyst-bi-shift Tilka 2024-05-25 23:01:45 +01:00
  • 30eff8e37c PPCAnalyst: Fix handling of FL_READ_CR_BI JosJuice 2024-05-25 18:13:38 +02:00
  • 3b214a4978 BranchWatchDialog: Resolve Linux FIXME mitaclaw 2024-05-24 16:44:43 -07:00
  • 4a2ec86a9a Branch Watch Tool: Add Rule Of 5 And Remove Unnecessary Include mitaclaw 2024-05-24 15:44:49 -07:00
  • ef4cdcc281
    VideoBackends:Vulkan: Move Vulkan calls to a separate thread Robin Kertels 2022-11-02 21:18:06 +01:00
  • 24386750e2
    VideoBackends:Vulkan: Revamp GPU sync with fence thread Robin Kertels 2022-11-02 21:18:06 +01:00
  • ecce8e81c8 BranchWatchDialog: Case-Insensitive Sorting mitaclaw 2024-05-24 15:42:04 -07:00
  • 46dc406325 Interpreter: Fix GT when setting SO of CR JosJuice 2024-05-24 21:21:46 +02:00
  • f6aca69ea0 PPCAnalyst: Remove unused member isBranchTarget JosJuice 2024-05-24 20:51:39 +02:00
  • 222a393080
    Merge pull request #12782 from brad0/openbsd_arm64 Admiral H. Curtiss 2024-05-23 21:38:57 +02:00
  • f991610052
    Merge pull request #12778 from LillyJadeKatrin/retroachievements-default-badges-v2 Admiral H. Curtiss 2024-05-23 21:38:30 +02:00
  • 1e9e0cd2d7
    Remove names from badge objects LillyJadeKatrin 2024-05-13 19:21:55 -04:00
  • 3b61b6d816
    Add Default Achievement Badges LillyJadeKatrin 2024-05-13 18:53:06 -04:00
  • dc8f3f6eae Refactored Achievement Badges into Texture Layers LillyJadeKatrin 2024-05-13 00:15:21 -04:00
  • 75465f00cc Remove Badges Enabled option from Achievements LillyJadeKatrin 2024-05-08 07:28:28 -04:00
  • 564d4c3c25 MainWindow: Initialize geometries before calling GetWindowSystemInfo. TryTwo 2024-05-22 21:08:26 -07:00
  • e0e09d1074
    Merge pull request #12792 from JosJuice/android-vibrators-crash Admiral H. Curtiss 2024-05-23 00:04:05 +02:00
  • 578a3ce543
    Merge pull request #12722 from JosJuice/jitarm64-mtfsfix-minor Admiral H. Curtiss 2024-05-22 23:54:29 +02:00
  • 57963c87d8 Add OpenBSD/arm64 support. Brad Smith 2024-05-16 23:52:33 -04:00
  • c8ea116658
    Merge pull request #12768 from guijan/fmt-pc Admiral H. Curtiss 2024-05-21 22:36:56 +02:00
  • 2ba6093b30
    Merge pull request #12767 from guijan/libusb-pc Admiral H. Curtiss 2024-05-21 22:36:45 +02:00
  • 35ee08ba9f
    Merge pull request #12736 from mitaclaw/minizip-ng-update Admiral H. Curtiss 2024-05-21 22:21:56 +02:00
  • 5c2f73986a
    Merge pull request #12537 from TellowKrinkle/MTLSubgroup Admiral H. Curtiss 2024-05-21 22:17:22 +02:00