Commit Graph

  • c9871f772e Jit: Move rlwimix to ConstantPropagation JosJuice 2024-09-01 11:44:34 +0200
  • 0ca87aee79 Jit: Move srawx to ConstantPropagation JosJuice 2024-09-01 11:28:37 +0200
  • 5452ea5dda Jit: Move srwx to ConstantPropagation JosJuice 2024-09-01 10:54:12 +0200
  • 0938289e0a Jit: Move slwx to ConstantPropagation JosJuice 2024-09-01 10:49:25 +0200
  • e60841cafb Jit: Move divwx to ConstantPropagation JosJuice 2024-09-01 10:13:57 +0200
  • 2b202487af Jit: Move divwux to ConstantPropagation JosJuice 2024-09-01 09:31:34 +0200
  • 8e1855c9af Jit: Move subfic to ConstantPropagation JosJuice 2024-08-31 16:29:29 +0200
  • 2817940a6b Jit: Move subfx to ConstantPropagation JosJuice 2024-08-31 16:03:02 +0200
  • e9086a90b8 Jit: Move multiplication by 0 optimization to ConstantPropagation JosJuice 2024-08-31 12:20:40 +0200
  • 904c329bb3 Jit: Move mullwx, mulhwx, mulhwux to ConstantPropagation JosJuice 2024-08-31 11:33:23 +0200
  • 319c8854b8 Jit: Move mulli to ConstantPropagation JosJuice 2024-08-31 12:04:01 +0200
  • a4b13c7a07 Jit: Move addicx to ConstantPropagation JosJuice 2024-08-31 10:23:14 +0200
  • 13c1e4097e Jit: Move srawix to ConstantPropagation JosJuice 2024-08-31 09:55:26 +0200
  • 4be4450b3b Jit: Move rlwinmx and rlwnmx to ConstantPropagation JosJuice 2024-05-24 19:49:53 +0200
  • 84dd8bd678 Jit: Move negx to ConstantPropagation JosJuice 2023-08-24 14:45:39 +0200
  • c14ac8667f Jit: Move cntlzwx to ConstantPropagation JosJuice 2023-08-24 14:31:42 +0200
  • 35d7fc6f31 Jit: Move extsXx to ConstantPropagation JosJuice 2023-08-24 14:17:36 +0200
  • 9c3181e4e2 Jit: Move addx to ConstantPropagation JosJuice 2023-08-24 13:16:08 +0200
  • c706ed7745 Jit: Move boolX to ConstantPropagation JosJuice 2023-08-23 15:22:34 +0200
  • 25c7972564 Jit: Move addix to ConstantPropagation JosJuice 2023-08-22 19:50:38 +0200
  • eac40c5df0 Jit: Move reg_imm to ConstantPropagation JosJuice 2023-08-22 18:40:55 +0200
  • c39e5149b9 Jit: Extract immediate handling to separate ConstantPropagation class JosJuice 2023-08-22 17:44:35 +0200
  • 82464284f5 JitArm64: Add function for setting constant overflow JosJuice 2023-08-23 22:41:03 +0200
  • 949060a401 Jit64: Extract handling of immediate Rc JosJuice 2023-08-22 18:49:28 +0200
  • 7d08377341 Translation resources sync with Transifex JosJuice 2024-09-01 08:42:51 +0200
  • 8dd3782803 JITs: Revamp LogGeneratedX86 mitaclaw 2024-07-26 18:41:22 -0700
  • b3c4e7730e JitCache: Move Physical Addresses Set To Save A Copy mitaclaw 2024-08-08 07:32:15 -0700
  • c6c1390652 DolphinQt: JIT Widget Refresh mitaclaw 2024-04-15 21:52:40 -0700
  • 2a20e6e3df Branch Watch Tool: Toolbar Visiblity Menu mitaclaw 2024-08-04 05:44:44 -0700
  • 8f76a32be4 Branch Watch Tool: New Conditional Branch Inspection Tools mitaclaw 2024-08-06 05:04:50 -0700
  • 8bdfdc88b2 Branch Watch Tool: Ignore Apploader Branch Hits Concurrency Fix mitaclaw 2024-08-07 02:39:17 -0700
  • e4500b5798 BranchWatchDialog: Improve Branch Was/Not Overwritten Buttons mitaclaw 2024-08-31 15:10:04 -0700
  • f5e7b45773 BranchWatchDialog: Listen For `clicked` Signal Rather Than `pressed` mitaclaw 2024-08-08 07:41:33 -0700
  • 0c889c715d BranchWatchDialog: Const Correctness mitaclaw 2024-08-31 12:36:24 -0700
  • 7ce703a4a8 BranchWatchDialog: Refactor Context Menus mitaclaw 2024-08-05 21:34:10 -0700
  • 107c08b77f BranchWatchDialog: Clean Up Object Parenting and Prefer Auto mitaclaw 2024-08-04 07:44:39 -0700
  • f9f0806022 BranchWatchDialog: Disconnect Slots When Hidden mitaclaw 2024-08-04 06:48:37 -0700
  • 7bb5696d95 PowerPC: Simplify subfic/subfcx carry calculation JosJuice 2024-08-31 17:38:49 +0200
  • a293abbfd0
    Merge pull request #13044 from JosJuice/subfic-carry Tilka 2024-08-31 17:24:17 +0100
  • ff75cc80aa Interpreter: Fix subfic carry calculation JosJuice 2024-08-31 17:24:55 +0200
  • e1b1e4b4cf
    Merge pull request #13031 from parona-source/libfmt-11 Admiral H. Curtiss 2024-08-31 15:34:48 +0200
  • 5b2fd7361a
    Merge 061ce71a6b into 157be45d6b Sam Belliveau 2024-08-31 08:08:54 -0400
  • 157be45d6b
    Merge pull request #13042 from homeisfar/vk_improve_logger Tilka 2024-08-31 13:05:28 +0100
  • d0b10b84c0
    Merge pull request #13043 from Tilka/my_first_songs Tilka 2024-08-31 13:04:24 +0100
  • 4b60ab9ce3 GameSettings: force EFB-to-RAM for My First Songs Tillmann Karras 2024-08-30 22:47:50 +0100
  • 38b189e13d
    Merge pull request #13039 from Dentomologist/mainwindow_fix_hidden_confirm_on_stop_dialog Tilka 2024-08-31 00:08:45 +0100
  • 8b7268ddef
    Merge pull request #13038 from Ferdi265/fix-rvz-clang-ub Tilka 2024-08-31 00:06:38 +0100
  • 3695a3ec48
    Merge 75c95ed05c into 39e266c5bf Admiral H. Curtiss 2024-08-30 14:36:06 +0100
  • ac95d8f587
    Merge 7eab58d0cd into 39e266c5bf Tilka 2024-08-29 13:25:17 -0400
  • 02e9a8feaf vulkan: Add line number to vulkan error logger Ali Homafar 2024-08-28 17:42:54 -0400
  • 345767115e Vulkan: Remove unnecessary command buffer execution Ali Homafar 2024-08-28 13:28:55 -0400
  • 39e266c5bf
    Merge pull request #13036 from PatrickFerry/gameini_enable_pal60 Tilka 2024-08-28 16:56:25 +0100
  • 9bdf862460 MainWindow: Prevent Confirm On Stop dialog from being hidden Dentomologist 2024-08-27 14:48:37 -0700
  • 69fcf27799 Join declarations and assignments Dr. Dystopia 2024-08-19 11:12:39 +0200
  • 22ed1dddca
    Merge pull request #13037 from Dentomologist/hotkeyscheduler_handle_wiimote_connections_independently Tilka 2024-08-27 18:54:52 +0100
  • 6245dcd57d RVZ: Fix undefined behaviour when copying 0 bytes to a null pointer Ferdinand Bachmann 2024-08-27 17:59:14 +0200
  • 16bf5a86d3 HotkeyScheduler: Handle Wii Remote connections independently Dentomologist 2024-08-26 21:23:19 -0700
  • c2e0d28260 Move UICommon/Disassembler to Common/HostDisassembler mitaclaw 2024-07-28 19:12:21 -0700
  • 37a59780de JITs: Add GetMemoryStats Function mitaclaw 2024-07-26 23:59:19 -0700
  • a503bb26e9 JITs: Add EraseSingleBlock Function mitaclaw 2024-07-26 22:28:44 -0700
  • d96eeceb1a JITs: Outline FreeRanges Function mitaclaw 2024-07-26 20:58:52 -0700
  • 42cf0c4e1e CachedInterpreter: Callback Disassembler mitaclaw 2024-07-26 19:51:33 -0700
  • 26032cfa61 Externals: Update rangeset mitaclaw 2024-05-07 19:54:25 -0700
  • c12234d101 JitCache: Add WipeBlockProfilingData Function mitaclaw 2024-04-17 14:12:41 -0700
  • 25ee8d1292
    Merge 09bfad7ae0 into 27c71017fa Florian Bach 2024-08-26 10:41:08 -0400
  • 8165a5f488
    Merge 2fdeb85f0e into 27c71017fa JosJuice 2024-08-26 13:38:31 +0200
  • 9e6a4e9d35 ARCodeWidget: Remove unnecessary call to OnSelectionChanged Dentomologist 2024-08-25 16:06:44 -0700
  • f4db168a8e CheatsManager: Create ARCodeWidget and GeckoCodeWidget only once. Dentomologist 2024-07-30 19:55:27 -0700
  • 232d24109d Extract ARCodeWidget/GeckoCodeWidget code loading to functions Dentomologist 2024-07-30 19:44:10 -0700
  • ee35aa49a2 ARWidget: Disable Edit and Remove buttons when no code is selected Dentomologist 2024-08-25 15:33:41 -0700
  • 6f24fdd78f Gameini: Enable PAL60 for "Project Zero II: Wii Edition" Patrick Ferry 2024-08-25 15:29:11 +0100
  • 27c71017fa Translation resources sync with Transifex JosJuice 2024-08-25 11:35:04 +0200
  • 6cccdc24ee
    Merge 2ccc0822ff into cc256ef16d Sage King 2024-08-24 23:01:01 -0600
  • bcd996f45a Riivolution: add THP patch Tillmann Karras 2023-12-04 21:40:45 +0000
  • c9ad4ec68d Riivolution: add search_count attribute to memory patches Tillmann Karras 2023-12-04 14:10:04 +0000
  • e87a22fbf4 Riivolution: add fix for function called by IDct10_GC Tillmann Karras 2023-12-28 23:56:51 +0100
  • 07573b60ca Riivolution: add VP6 video decoder patch Tillmann Karras 2023-12-22 08:38:15 +0000
  • 8b80da832b
    Merge 7e9a49746a into cc256ef16d JosJuice 2024-08-25 02:54:01 +0000
  • 8ffa87f894 Gameini: Enable PAL60 for "Boom Street" Patrick Ferry 2024-08-25 01:40:13 +0100
  • 58c391ee21 Gameini: Enable PAL60 for "The Last Story" Patrick Ferry 2024-08-25 01:38:57 +0100
  • cc256ef16d
    Merge pull request #10663 from Tilka/ax_biquad Tilka 2024-08-24 22:31:05 +0100
  • 33f93252e4 CubebUtils: Add COM helper class Sepalani 2024-08-25 00:06:50 +0400
  • 657016f28a IOS/USB: Add a warning about RECORD_AUDIO permission Sepalani 2024-06-04 20:15:00 +0400
  • c73ee00469 Android: Ask for RECORD_AUDIO permission Sepalani 2024-05-27 02:25:04 +0400
  • 04d53bb56b IOS/USB: Report Wii Speak packet size properly Sepalani 2024-05-14 01:52:52 +0400
  • f40f81f79b Android: Add emulated Wii Speak Sepalani 2024-05-12 23:29:00 +0400
  • d866e04035 IOS/USB: Only sample Wii Speak data when necessary Sepalani 2024-05-12 15:48:11 +0400
  • aa64ba09b8 IOS/USB: Try to fix the Wii Speak Channel record/playback feature Sepalani 2024-05-12 12:58:53 +0400
  • e0922c3429 IOS/USB: Fix Wii Speak buffer memcpy size parameter Sepalani 2024-05-11 14:18:02 +0400
  • d2da7d6245 IOS/USB: Fix Wii Speak SAMPLER_MUTE register Sepalani 2024-05-11 02:11:45 +0400
  • f12b5e9840 IOS/USB: Add more logs to the Wii Speak code Sepalani 2024-05-11 01:34:57 +0400
  • cc901231f9 IOS/USB: Emulate Wii Speak using cubeb Sepalani 2024-05-09 14:51:30 +0400
  • 2669d0d8af AX: add analytics quirks for wiimote filters Tillmann Karras 2024-08-18 13:54:53 +0100
  • 77a1b5c865 Reverse Clamping in OpenGL + Make Relative Patrick Ferry 2024-08-11 15:02:30 +0100
  • 6946f17b8c AX: enable low-pass/biquad filtering of Wiimote audio Tillmann Karras 2022-05-15 05:48:23 +0100
  • 9d2841be10 AX: add support for biquad filtering Tillmann Karras 2022-05-15 05:41:48 +0100
  • f85c4413bd
    Merge pull request #13009 from BryanJacobs/master JosJuice 2024-08-24 16:38:16 +0200
  • 9f76b231db IOS/USB: Emulate Wii Speak (OpenAL) Sketch 2024-02-06 22:06:40 -0500
  • ffaba26830 BranchWatchDialog: Refactor For LoadQSettings / SaveQSettings mitaclaw 2024-08-04 06:04:29 -0700
  • 7b89730daa BranchWatchDialog: Defer Layout Construction When Possible mitaclaw 2024-08-04 05:54:28 -0700