Commit graph

  • 1ae341b359 Fix DSP loop test init order, add DSP pcm test xperia64 2022-06-20 18:16:11 -04:00
  • e6f78af0f3 Name gain shift/scaling better xperia64 2022-06-20 17:49:23 -04:00
  • ef851e06de Update DSP docs with accelerator info, fix ANDC/ORC instruction description typos xperia64 2022-06-20 17:42:39 -04:00
  • 7909b0e302 Update ACDRAW/ACDSAMP reg names in DSPTables and DSPSpy tests xperia64 2022-06-19 16:57:35 -04:00
  • ef714830b3 Add accelerator input MMIO register, fix MMIO PCM modes xperia64 2022-06-19 16:51:29 -04:00
  • 0bb3de4d7b ADPCM mode doesn't entirely die with larger accesses, gain is PCM only xperia64 2022-06-19 15:23:05 -04:00
  • ff8c800689 Use correct exceptions for d3 reads/writes xperia64 2022-06-19 05:22:12 -04:00
  • 22e7ffc3cb Add accelerator raw d3 test xperia64 2022-06-18 19:41:15 -04:00
  • 60e702e29f Fix DSPAcceleratorTest xperia64 2022-06-18 19:29:36 -04:00
  • 3544596f64 Refactor accelerator format as a bitfield, use gain/yn1/yn2 in PCM mode xperia64 2022-06-18 18:38:31 -04:00
  • d01636f94a Rename accelerator accesses to 'raw' and 'sample' xperia64 2022-06-18 16:46:51 -04:00
  • 80a0428116 Improve ReadD3 emulation xperia64 2022-06-10 21:38:26 -04:00
  • 05124b29be Rework WriteD3 based on hardware testing xperia64 2022-06-09 18:32:21 -04:00
  • c39b330f7c
    linter: Add and apply new formatting rules Joshua Vandaële 2025-03-18 13:07:05 +01:00
  • 1a0bbd6208
    linter: Apply clang-format 19.1 formatting Joshua Vandaële 2025-03-17 12:14:32 +01:00
  • ef17ad2ba8
    linter: Bump clang-format version to 19.1 Joshua Vandaële 2025-03-17 11:43:17 +01:00
  • 5d4b884e64
    Merge pull request #13450 from Tilka/daring_game JMC47 2025-03-24 00:22:39 -04:00
  • 5a708f0f24 GameSettings: fix startup crash in "The Daring Game for Girls" Tillmann Karras 2025-03-23 23:12:00 +00:00
  • 6d8ba94e4c DolphinQt: Extract creator name from code name in Gecko codes. cristian64 2024-12-10 13:38:16 +00:00
  • 0b128badae DolphinQt: Fix unresponsive hotkeys during framestep overlay move Dentomologist 2025-03-23 14:04:54 -07:00
  • 9e9faf3be1 Android: Show message when trying to map disconnected device JosJuice 2025-03-16 11:24:10 +01:00
  • 516c1314d2 Android: Don't use separate thread for MotionAlertDialog JosJuice 2025-03-16 11:05:06 +01:00
  • ad3650abfc
    Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection JMC47 2025-03-23 15:56:13 -04:00
  • 1515cf6ccd
    Merge pull request #13447 from JosJuice/bba-panic-tr JMC47 2025-03-23 15:22:11 -04:00
  • cef4d8fb76
    Merge pull request #13432 from iwubcode/custom_pixel_fragment JMC47 2025-03-23 15:21:48 -04:00
  • f50d2ee86c
    Merge pull request #13425 from jordan-woyak/after-present-cleanup JMC47 2025-03-23 15:21:31 -04:00
  • 28f1beeca8
    Merge pull request #13398 from jordan-woyak/perf-tracker JMC47 2025-03-23 15:21:11 -04:00
  • 178462e10f
    Merge pull request #13385 from Tilka/sp2_ad16 JMC47 2025-03-23 15:20:45 -04:00
  • 9b0471532c
    Merge pull request #13368 from jordan-woyak/anisotropic-filtering JMC47 2025-03-23 15:17:24 -04:00
  • 2da255d8cd
    Merge pull request #13311 from iwubcode/dynamic_input_textures_reduce_image_writes JMC47 2025-03-23 15:12:28 -04:00
  • e93f0de8a4
    Merge pull request #13295 from jordan-woyak/controller-emu-cleanup JMC47 2025-03-23 15:12:06 -04:00
  • 5a3e1c698e
    Merge 1ba209879b into 18979129f3 Jordan Woyak 2025-03-23 14:01:07 -05:00
  • f34f5b9bc1
    OpenAL Removal Joshua Vandaële 2025-01-21 19:33:16 +01:00
  • c1990bc687 EXI: Make HLE BBA panic alerts translatable JosJuice 2025-03-23 15:43:16 +01:00
  • 303366b1ce PowerPC: Add RAII handling for breakpoint updates JosJuice 2025-03-22 12:13:48 +01:00
  • 8e253518e6 VideoCommon: move to a 'process_fragment()' function to simplify custom shaders and provide a direct override of the tev stage logic iwubcode 2025-03-15 17:29:13 -05:00
  • e18d98d4fc Core: properly distinguish between ES title switches (Wii titles) and normal loading (GC, also called for Wii..); update config for ES title change, generate textures for both situations iwubcode 2025-01-26 16:37:21 -06:00
  • d03f9032c1 Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures iwubcode 2025-01-25 21:49:32 -06:00
  • 191f50d74a
    Update GBACore.cpp ouni666 2025-03-22 13:12:38 +08:00
  • 18cb16d933 Fix build failure of gba.cpp on Linux ouni666 2025-03-22 10:08:10 +08:00
  • b0867c1602 CodeWidget: Layout tweak. Give left-side widgets more vertical space by moving the address bar out of the way. Align things better. TryTwo 2023-11-21 18:29:07 -07:00
  • f23c97bd4d Update mbedtls to 2.28.9 Jeremy Newton 2025-03-20 16:42:51 -04:00
  • 9966062154
    Merge 16078f66a4 into 18979129f3 iwubcode 2025-03-19 11:20:56 -05:00
  • 18979129f3
    Merge pull request #13441 from jordan-woyak/wm-speaker-cleanup JMC47 2025-03-18 16:23:50 -04:00
  • 3bf2de369a WiimoteEmu: Eliminate dynamic memory allocation in speaker data decoding. Jordan Woyak 2025-02-03 20:28:23 -06:00
  • 98707ad50a HW/SI: Don't require waiting a second before disconnecting an SIDevice. Jordan Woyak 2025-03-18 02:23:09 -05:00
  • 561aee7707 Config: Expose Default and 1x Anisotropic Filtering setting. Jordan Woyak 2025-02-22 23:44:39 -06:00
  • 4b711e1e0a DolphinQt: Allow ConfigComplexChoice to handle DefaultState values. Jordan Woyak 2025-02-23 19:09:20 -06:00
  • ba1bf6959e Config: Allow passing a DefaultState object to Set functions to delete keys. Jordan Woyak 2025-02-23 19:05:56 -06:00
  • 137d1375d4 Enable game-requested anisotropic filtering in Metal backend. Jordan Woyak 2025-02-22 22:27:15 -06:00
  • 79a1e480ca Enable anisotropic filtering when the game requests it Pokechu22 2021-07-30 12:14:54 -07:00
  • a7d1cac8ad Core: Call PerformanceMetrics::CountFrame regardless of PresentReason. Jordan Woyak 2025-03-14 15:47:26 -05:00
  • 0299540209
    Merge pull request #13397 from jordan-woyak/perf-metrics JosJuice 2025-03-17 23:20:41 +01:00
  • 3b8384acf6
    Merge pull request #13438 from Tilka/heads/refs/warning Tilka 2025-03-17 22:16:46 +00:00
  • 359ea94b9e DolphinQt: Lay out the Controllers window horizontally and dynamically hide the Emulated/Passthrough BT widgets. Jordan Woyak 2025-02-10 02:35:11 -06:00
  • 6a90affa38 Fix -Wunused-lambda-capture warning Tillmann Karras 2025-03-17 20:07:45 +00:00
  • e7adbe5da6
    Add CLI support for NetPlay join/host Joshua Vandaële 2025-01-20 17:05:10 +01:00
  • 42fb43dacf
    Implement multiple saves import Joshua Vandaële 2025-01-16 10:29:35 +01:00
  • 293f8222ab
    Merge 061ce71a6b into 0afbeae70c Sam Belliveau 2025-03-16 23:36:02 -05:00
  • 4b33e4d1ab
    Merge e7c8e4980c into 0afbeae70c SuperSamus 2025-03-17 00:36:02 +00:00
  • 7d285a2a12
    Merge acb4a4be64 into 0afbeae70c Pokechu22 2025-03-16 18:56:45 -04:00
  • 0afbeae70c
    Merge pull request #13430 from jordan-woyak/tatacon-desired-state OatmealDome 2025-03-16 15:04:21 -04:00
  • dc4cb7874a
    Merge pull request #13428 from rsgnz/Contributing.md-changes OatmealDome 2025-03-16 14:59:49 -04:00
  • 49bee36e6a
    Merge pull request #13435 from iwubcode/uninitialized_directx OatmealDome 2025-03-16 14:56:44 -04:00
  • 9720b1f5f5
    Merge pull request #13411 from jordan-woyak/gui-vconfig OatmealDome 2025-03-16 14:54:24 -04:00
  • 9e513d93e1
    Merge pull request #13414 from jordan-woyak/vconfig-framedump OatmealDome 2025-03-16 14:53:47 -04:00
  • 07cec796f4
    Merge pull request #13417 from luzpaz/typo-source-core-common OatmealDome 2025-03-16 14:53:02 -04:00
  • c5f89f2de9 VideoCommon: initialize uninitialized state value in pixel ubershader to prevent error on directx in some games iwubcode 2025-03-16 11:35:56 -05:00
  • 48b2f7d200 VideoConfig: Eliminate frame dumping members. Jordan Woyak 2025-03-11 02:45:48 -05:00
  • c1dea828ab Common: use std::chrono for GetLocalTimeSinceJan1970 on Windows iwubcode 2025-03-16 00:32:54 -05:00
  • 452cd1c261 Core: use more recent api in ComputeDefaultCountryCode on Windows iwubcode 2025-03-16 00:29:34 -05:00
  • 373a1a5dc0 Update min win10 version from 1703/15063 to 1903/18362 iwubcode 2025-03-16 00:29:05 -05:00
  • f4c37aeb14
    Merge pull request #13423 from jordan-woyak/async-request-cleanup-1 JMC47 2025-03-15 18:17:29 -04:00
  • 90b6f0d16d Config: make SP2 configurable Tillmann Karras 2025-03-01 16:34:43 +00:00
  • 951a84833a EXI: fix AD16 Tillmann Karras 2025-02-27 21:38:59 +00:00
  • 6aff82eda3 WiimoteEmu: Make TaTaCon DesiredState use only one byte of space. Jordan Woyak 2025-03-07 01:31:39 -06:00
  • 99cde4e269
    Merge pull request #13395 from jordan-woyak/vi-HORIZONTAL_BEAM_POSITION-ticks JMC47 2025-03-15 17:27:07 -04:00
  • 1bd3e79fda
    Merge pull request #13378 from jordan-woyak/desired-ext-state JMC47 2025-03-15 17:26:49 -04:00
  • e3deb14156
    Merge pull request #13347 from iwubcode/custom_shader_overhaul_lighting JMC47 2025-03-15 17:26:32 -04:00
  • 46e0952e97 PerformanceTracker: Use SPSCQueue and atomic to eliminate need for a mutex. Clean up some math. Jordan Woyak 2025-03-05 03:26:34 -06:00
  • c763961112 PerformanceTracker: Use std::deque instead of hand-rolled circular queue. Jordan Woyak 2025-03-05 02:06:05 -06:00
  • b2ce3fbefc PerformanceTracker: Pass chrono values instead of us s64. Jordan Woyak 2025-03-05 01:36:18 -06:00
  • ddb82a5e8c InputCommon/ControllerEmu: Break out functionality of EmulatedController to eliminate redundant unused members in Wii Remote extension objects. Jordan Woyak 2025-01-20 23:19:56 -06:00
  • 61149ba76e Data: update Tales of Symphonia gecko codes with community codes iwubcode 2025-01-23 23:27:22 -06:00
  • 225039f742
    Merge pull request #13427 from LillyJadeKatrin/retroachievements-code-approval-fix JMC47 2025-03-15 13:57:48 -04:00
  • 5dc1b8f187
    Merge 4d875245cb into 049e52ce1c iwubcode 2025-03-15 13:20:59 -04:00
  • c1aa3d326d Explicitly transfer control of SYSCONF to emulated system JosJuice 2024-07-06 23:31:04 +02:00
  • 049e52ce1c
    Merge pull request #13429 from JosJuice/fix-broken-merge JosJuice 2025-03-15 17:53:11 +01:00
  • f2d1918714 Fix broken merge of PR #13181 JosJuice 2025-03-15 17:23:39 +01:00
  • e637a05707
    Merge pull request #12866 from JosJuice/android-log-types-sorting JosJuice 2025-03-15 16:01:33 +01:00
  • 1f087473aa
    Merge pull request #12809 from JosJuice/jitarm64-cmp-sp JosJuice 2025-03-15 16:00:15 +01:00
  • b2f8dac739
    Merge pull request #13271 from dreamsyntax/gradle-wrapper JosJuice 2025-03-15 15:59:21 +01:00
  • 541344ef9b
    Merge pull request #13240 from thalesmg/20241225-m-known-bt-addresses-config-only JosJuice 2025-03-15 15:34:49 +01:00
  • 8c7ab286f5
    Merge pull request #13181 from tygyh/Replace-'reinterpret_cast' JosJuice 2025-03-15 15:31:38 +01:00
  • 3fb4084e25
    Merge pull request #13345 from Tilka/unswap_depth JosJuice 2025-03-15 14:30:19 +01:00
  • fd2c6918fa
    Merge pull request #13388 from jordan-woyak/vsync-not-recommended JosJuice 2025-03-15 14:24:29 +01:00
  • 9479b05756 Externals: Update liblzma to v5.6.4 JordanTheToaster 2025-03-12 09:17:51 +00:00
  • 0615ade725 Fixed Multi Config Code Approvals LillyJadeKatrin 2025-03-14 23:53:54 -04:00
  • 01978cfcf7 Contributing.md: Replace egrep with grep -E in clang-format command. rsgnz 2025-03-15 10:02:53 +00:00
  • 4d875245cb graphics mod action (add ability to set owning draw call) iwubcode 2025-02-28 00:35:10 -06:00