Tillmann Karras
e455833ea4
Bluetooth: show vid:pid in error message
2024-10-02 21:50:25 +01:00
Tilka
c7cbac538a
Merge pull request #13083 from Tilka/apploader
...
Boot: write Apploader version into memory
2024-09-29 14:40:43 +01:00
Tillmann Karras
b168a8092f
Boot: write Apploader version into memory
...
When HLE-ing the apploader, this is necessary to avoid "Error #002 "
errors. Homebrew doesn't care.
2024-09-29 03:57:44 +01:00
Tilka
2cb124bd3a
Merge pull request #13062 from Dentomologist/graphics_clarify_relationship_between_incompatible_settings
...
Graphics: Clarify relationship between incompatible settings
2024-09-27 05:40:30 +01:00
Tilka
61836e5d8e
Merge pull request #13077 from Dentomologist/graphicswindow_fix_first_opening_during_emulation_startup_crash
...
GraphicsWindow: Fix crash when opening for the first time during emulation startup
2024-09-27 05:38:37 +01:00
Tilka
ec6f5e1104
Merge pull request #13072 from Tilka/videosw
...
VideoSoftware: small cleanup
2024-09-25 10:57:05 +01:00
Tillmann Karras
0a299a4e1e
Sw/Tev: drop unused macro
2024-09-24 22:00:03 +01:00
Tillmann Karras
98add9faf0
Sw/Rasterizer: fix two elder typos, AD 2009
2024-09-24 22:00:03 +01:00
Tilka
067bdaa3dd
Merge pull request #13067 from mitaclaw/dead-code-3
...
GeckoCode: Remove Dead Code
2024-09-22 05:00:26 +01:00
Tilka
6851ed73f4
Merge pull request #13064 from PatrickFerry/gameini_fixing_mistakes
...
GameINI: Fixing Various Mistakes
2024-09-16 23:24:56 +01:00
Tilka
af921685f7
Merge pull request #13035 from retroNUC/cheevo-hash
...
Add generation of rcheevos hash as an option in DolphinTool
2024-09-15 22:18:58 +01:00
Tilka
5fe9e2f6ed
Merge pull request #13057 from JosJuice/rvzpack-typo
...
DiscIO: Fix a typo in an RVZPack comment
2024-09-08 16:08:57 +01:00
Tilka
2417545b63
Merge pull request #13052 from Tilka/ax
...
DSPHLE/AX: fix low-pass/biquad clipping
2024-09-07 11:36:06 +01:00
Tillmann Karras
eb54721475
DSPHLE/AX: fix low-pass/biquad clipping
...
The low-pass and biquad filters run in set40 mode where accessing ac#.m
returns the value of ac#.hm clamped to 16 bits.
This fixes the crackling in "Need for Speed: Nitro" (issue 13610).
Also make the lower bound match hardware (-0x8000 instead of -0x7FFF).
2024-09-04 22:33:31 +01:00
Tilka
a293abbfd0
Merge pull request #13044 from JosJuice/subfic-carry
...
Interpreter: Fix subfic carry calculation
2024-08-31 17:24:17 +01:00
Tilka
157be45d6b
Merge pull request #13042 from homeisfar/vk_improve_logger
...
vulkan: Add line number to vulkan error logger
2024-08-31 13:05:28 +01:00
Tilka
d0b10b84c0
Merge pull request #13043 from Tilka/my_first_songs
...
GameSettings: force EFB-to-RAM for My First Songs
2024-08-31 13:04:24 +01:00
Tillmann Karras
4b60ab9ce3
GameSettings: force EFB-to-RAM for My First Songs
2024-08-31 00:11:24 +01:00
Tilka
38b189e13d
Merge pull request #13039 from Dentomologist/mainwindow_fix_hidden_confirm_on_stop_dialog
...
MainWindow: Prevent Confirm On Stop dialog from being hidden by the Render window
2024-08-31 00:08:45 +01:00
Tilka
8b7268ddef
Merge pull request #13038 from Ferdi265/fix-rvz-clang-ub
...
RVZ: Fix undefined behaviour when copying 0 bytes to a null pointer
2024-08-31 00:06:38 +01:00
Tilka
39e266c5bf
Merge pull request #13036 from PatrickFerry/gameini_enable_pal60
...
Gameini: Enable PAL60 for Some PAL Games
2024-08-28 16:56:25 +01:00
Tilka
22ed1dddca
Merge pull request #13037 from Dentomologist/hotkeyscheduler_handle_wiimote_connections_independently
...
HotkeyScheduler: Handle Wii Remote connections independently
2024-08-27 18:54:52 +01:00
Tilka
cc256ef16d
Merge pull request #10663 from Tilka/ax_biquad
...
AX: add support for biquad filtering
2024-08-24 22:31:05 +01:00
Tillmann Karras
2669d0d8af
AX: add analytics quirks for wiimote filters
...
I'm fairly sure the implementation is correct but I've not been able to
find a game that actually makes use of these filters.
2024-08-24 19:47:22 +01:00
Tillmann Karras
6946f17b8c
AX: enable low-pass/biquad filtering of Wiimote audio
2024-08-24 16:31:59 +01:00
Tillmann Karras
9d2841be10
AX: add support for biquad filtering
...
This fixes e.g. the overly loud wind in "I SPY: Spooky Mansion".
2024-08-24 16:31:59 +01:00
Tilka
1f5e100a0e
Merge pull request #13033 from mitaclaw/remove-common-fill
...
TypeUtils: Remove Common::Fill
2024-08-23 09:16:13 +01:00
Tilka
239a42a860
Merge pull request #13034 from lycheefox/skylanders
...
Skylanders: Fix Hot Head (Sparkle)
2024-08-23 09:12:33 +01:00
Tilka
7b8b733b11
Merge pull request #13022 from tygyh/Remove-redundant-semicolons
...
Remove redundant semicolons
2024-08-21 01:52:16 +01:00
Tilka
46454f9b4e
Merge pull request #12974 from JosJuice/simplify-speed-limit-description
...
DolphinQt: Simplify the Speed Limit description
2024-08-18 17:26:40 +01:00
Tilka
10f06a48ef
Merge pull request #12863 from JosJuice/android-gamepad-sensors
...
Android: Fix and enable input device sensor input
2024-08-18 13:48:30 +01:00
Tilka
3cd506b685
Merge pull request #13021 from Pokechu22/stereo-post-processing-ui
...
Fix postprocessing shader not changing when setting stereo mode
2024-08-18 12:27:21 +01:00
Tilka
c9af09eca7
Merge pull request #13005 from Tilka/display_list
...
VideoCommon: force display list alignment
2024-08-18 06:36:31 +01:00
Tillmann Karras
f358b67205
GameSettings: remove patches for "Wallace & Gromit in Project Zoo"
...
These patches were added in bde9a459cd
and enabled by default in 36ecfdd6b5 .
They allowed the game to run in Dolphin but disabled dynamic shadows.
The game adds 4 to the start address of otherwise valid display lists
for no obvious reason. Now that Dolphin forces 32-byte alignment these
patches are no longer needed.
2024-08-18 05:00:38 +01:00
Tillmann Karras
20f4643c74
VideoCommon: force 32-byte alignment for display list address and size
2024-08-18 05:00:38 +01:00
Tilka
36414bdb55
Merge pull request #12773 from Tilka/zelda_filters
...
DSPHLE/Zelda: Add two missing filters
2024-08-18 04:52:31 +01:00
Tilka
f3debc47ac
Merge pull request #13019 from JosJuice/clear-sys-2
...
UnitTests: Remove MSBuild input/output tracking
2024-08-18 00:39:13 +01:00
Tilka
5f39db5876
Merge pull request #13008 from noahpistilli/kd-get-time-triggers
...
IOS/KD: Implement Get Time Triggers
2024-08-17 04:19:23 +01:00
Tilka
b3652a6fe7
Merge pull request #12889 from mitaclaw/constexpr-bitutils-1
...
BitUtils: Constexpr BitCastToArray, Remove BitCastFromArray
2024-08-17 03:28:06 +01:00
Tilka
0e9337f51d
Merge pull request #13011 from JosJuice/clear-sys
...
Delete output Sys folder before copying to it
2024-08-16 21:49:24 +01:00
Tilka
07557e5d9c
Merge pull request #13015 from tygyh/Use-boolean-literals
...
Replace boolean constants with boolean literals
2024-08-16 20:04:45 +01:00
Tilka
45d6653a6d
Merge pull request #13010 from OatmealDome/goodbye-steam
...
Remove Steam support
2024-08-16 20:03:38 +01:00
Tilka
1759d27267
Merge pull request #13017 from Tilka/foo
...
DolphinTool: print title IDs in hex
2024-08-16 20:02:01 +01:00
Tillmann Karras
884a38f04d
DolphinTool: print title IDs in hex
2024-08-16 18:39:23 +01:00
Tillmann Karras
214756dd18
Small wording changes for dump conversions
2024-08-16 18:39:23 +01:00
Tilka
d10c3aaf29
Merge pull request #13012 from mitaclaw/Use-contains-method-2
...
Use contains method 2
2024-08-16 18:31:07 +01:00
Tilka
e91784e7ec
Merge pull request #13014 from LillyJadeKatrin/retroachievements-game-badge-fix
...
Fixed missing game badge in achievements dialog
2024-08-16 03:35:21 +01:00
Tilka
18ac8bf405
Merge pull request #12990 from tygyh/Use-contains-method
...
Use 'contains' method
2024-08-14 23:54:16 +01:00
Tilka
1e8b3a58b2
Merge pull request #13006 from tygyh/Remove-self-comparison
...
Remove self-comparison
2024-08-14 19:49:44 +01:00
Tilka
d5522e218f
Merge pull request #12997 from tygyh/Remove-constness
...
Constness of 'result' prevents automatic move [performance-no-automatic-move]
2024-08-14 02:28:23 +01:00
Tilka
f712ea71f1
Merge pull request #13004 from Dentomologist/menubar_update_select_state_slot_on_hotkey
...
MenuBar: Update checkmarked Select State Slot when hotkeys are pressed
2024-08-14 02:27:36 +01:00
Tilka
d4ec524f21
Merge pull request #12996 from tygyh/Fix-retro-achievement-comment
...
Fix comment
2024-08-13 16:35:18 +01:00
Tilka
5af0ae25e6
Merge pull request #12979 from lycheefox/skylanders
...
Skylanders: Fix some skylanders and add missing ones.
2024-08-13 03:41:15 +01:00
Tillmann Karras
88bd81931f
DSPHLE/Zelda: Add two missing filters
...
The biquad filter is used in all Pikmin games for cursor sound effects
in the main menu, although the difference is subtle.
The low-pass filter is used at least by Pikmin 2 Wii during the
spaceship crash in the intro and fixes the missing "puff" sound effects
whenever there is black smoke coming out of the engine.
2024-08-13 03:36:09 +01:00
Tilka
4c559e7f66
Merge pull request #12988 from tygyh/Update-gitignore
...
Update gitignore
2024-08-10 18:29:25 +01:00
Tilka
b76d05e4bb
Merge pull request #12991 from tygyh/Remove-dereferencing
...
Replace indirection operator with arrow operator
2024-08-10 18:22:30 +01:00
Tilka
5d5f1693b5
Merge pull request #12985 from mitaclaw/qpushbutton-clicked
...
DolphinQT: Listen For `clicked` Signal Rather Than `pressed`
2024-08-09 07:01:18 +01:00
Tilka
8b1046595b
Merge pull request #12980 from mitaclaw/is-debugging-enabled-getter
...
JITs: Consistently Use Trivial `IsDebuggingEnabled` Getter
2024-08-07 15:07:42 +01:00
Tilka
9ae560d8a0
Merge pull request #12947 from Dentomologist/qtutils_clearlayoutrecursively_fix_potential_crash
...
QtUtils/ClearLayoutRecursively: Fix potential crash
2024-08-07 03:29:52 +01:00
Tilka
603c8fad85
Merge pull request #12961 from JosJuice/expression-parser-translation
...
InputCommon: Translate ExpressionParser error messages
2024-08-07 03:28:48 +01:00
Tilka
e736d611fc
Merge pull request #12963 from JosJuice/i18n-2024-07-28
...
i18n: Add comments and improve source strings
2024-08-07 03:28:01 +01:00
Tilka
56e7e37d4f
Merge pull request #12957 from Dentomologist/adjust_include_order_and_spacing
...
Adjust order and spacing of various #includes
2024-08-07 03:27:23 +01:00
Tilka
513405b0ae
Merge pull request #12978 from Dentomologist/generalpane_fix_building_with_analytics_disabled
...
GeneralPane: Fix building with analytics disabled
2024-08-06 23:04:09 +01:00
Tilka
0fe2abf53c
Merge pull request #12973 from Tilka/debugger
...
Debugger: keep breakpoints ordered by address
2024-08-06 19:58:24 +01:00
Tilka
bc72226668
Merge pull request #12891 from Sintendo/jitarm64-subfic
...
JitArm64_Integer: Optimize subfic for zero
2024-08-04 23:27:40 +01:00
Tillmann Karras
f1366a4546
Debugger: keep breakpoints ordered by address
...
Previously, breakpoints would move to the end of the list whenever
they were edited.
2024-08-04 19:36:20 +01:00
Tilka
5f4f974b48
Merge pull request #12950 from AdmiralCurtiss/achievement-fix-badge-network-error
...
AchievementManager: Fix incorrect check on network request return value in FetchBadge()
2024-07-23 20:16:54 +01:00
Tilka
933da0788d
Merge pull request #12910 from ReillyBrogan/fix-minizip-ng
...
cmake: Fix building with system minizip-ng
2024-07-23 18:55:51 +01:00
Tilka
199cc899bc
Merge pull request #12948 from mitaclaw/jit-getters
...
Emitters: Define Trivial Getters Inline
2024-07-23 14:14:33 +01:00
Tillmann Karras
191b36976c
DolphinTool: list filesystem recursively
2024-07-21 19:16:00 +01:00
Tilka
7bd2a7bde3
Merge pull request #12945 from Tilka/erase_if
...
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
2024-07-21 19:06:55 +01:00
Tilka
652245006d
Merge pull request #12946 from SimoneN64/master
...
Fix double-definition under newlib
2024-07-21 19:06:25 +01:00
Tillmann Karras
982893b04c
Use C++20 erase_if() instead of erase(remove_if()) (NFC)
2024-07-21 16:36:06 +01:00
Tilka
654ccb0b70
Merge pull request #12908 from GaryOderNichts/stm/immediate/writedmcu
...
IOS::HLE::STMImmediateDevice: Add `IOCTL_STM_WRITEDMCU`
2024-07-03 20:20:42 +01:00
Tilka
7f0ee9dddd
Merge pull request #12894 from deReeperJosh/infinity-base-numbers
...
IOS/USB: Use Enum for Infinity Base Positions
2024-06-30 16:04:20 +01:00
Tilka
c19187f0c7
Merge pull request #12898 from AdmiralCurtiss/speedhacks
...
Core/PatchEngine: Remove remnants of Speedhack system
2024-06-30 15:58:51 +01:00
Tilka
1421c2d9ff
Merge pull request #12900 from Sintendo/jitarm64-remove-temp-gpr
...
JitArm64: Remove unused temp_gprs
2024-06-30 15:57:08 +01:00
Tillmann Karras
8e7d11d1a1
DolphinQt: fix -Wunused-const-variable warning
2024-06-23 02:38:04 +01:00
Tillmann Karras
5c46716d28
DolphinQt: fix two -Wshadow-uncaptured-local warnings
2024-06-23 02:38:00 +01:00
Tillmann Karras
0f659508ea
DolphinQt: fix two -Wunused-lambda-capture warnings
...
Also clean up signals a bit.
2024-06-23 00:13:58 +01:00
Tillmann Karras
1d8b1715ab
AudioCommon: unlock mutex explicitly to avoid -Wunused-result warning
2024-06-20 02:25:15 +01:00
Tillmann Karras
96e2f5eef6
IOS/STM: fix IPC reply for unknown ioctl requests
2024-06-01 12:13:03 +01:00
Tillmann Karras
9bc8ea6d6f
IOS/STM: sort ioctl numbers (NFC)
2024-06-01 12:12:58 +01:00
Tilka
8ac22378a1
Merge pull request #12814 from Tilka/verify_wad
...
DolphinTool: support WAD verification
2024-05-28 20:48:15 +01:00
Tillmann Karras
5255fe5f74
DolphinTool: support WAD verification
2024-05-28 19:00:00 +01:00
Tilka
8582644058
Merge pull request #12796 from JosJuice/interpreter-cr0-so-gt
...
Interpreter: Fix GT when setting SO of CR
2024-05-26 17:57:06 +01:00
Tilka
14e68a0f4b
Merge pull request #12804 from Tilka/drop_unused_overload
...
DiscIO: drop unused Volume::CheckContentIntegrity() overload
2024-05-26 17:17:49 +01:00
Tillmann Karras
4619db2ae9
DiscIO: drop unused Volume::CheckContentIntegrity() overload
...
The offset-based overload hasn't been in use since
f754a1a548 .
2024-05-26 00:10:26 +01:00
Tilka
8167a046ef
Merge pull request #12793 from Pokechu22/minimum-compilers-for-bitcast
...
CMake: update required compiler versions for std::bitcast support
2024-05-25 23:23:58 +01:00
Tilka
f35e8e62e6
Merge pull request #12795 from JosJuice/remove-isbranchtarget
...
PPCAnalyst: Remove unused member isBranchTarget
2024-05-25 23:10:17 +01:00
Tilka
52f51d0d87
Merge pull request #12802 from JosJuice/ppcanalyst-bi-shift
...
PPCAnalyst: Fix handling of FL_READ_CR_BI
2024-05-25 23:01:45 +01:00
Tilka
2633eaca7a
Merge pull request #12790 from JosJuice/i18n-infinity-double-arguments
...
DolphinQt: Fix double argument in Infinity error message
2024-05-20 04:20:25 +01:00
Tilka
131ca83add
Merge pull request #12785 from JosJuice/jit64-r12-comment
...
Jit64: Remove outdated comment about R12
2024-05-18 14:07:29 +01:00
Tillmann Karras
b932691810
DSPHLE/Zelda: fix Pikmin 2 save sound (issue 8855)
2024-05-18 03:38:31 +01:00
Tilka
98529a9d2e
Merge pull request #12694 from Tilka/zelda4
...
DSPHLE/Zelda: set COMBINED_CMD_0D flag appropriately
2024-05-05 14:43:06 +01:00
Tilka
c442c0d5e5
Merge pull request #10957 from Pokechu22/std-bitcast
...
Replace Common::BitCast with std::bit_cast
2024-05-04 08:24:59 +01:00
Tilka
b6f0e8876e
Merge pull request #12731 from JosJuice/jitarm64-mfcr-ubfx
...
JitArm64: Skip UBFX in mfcr
2024-04-21 20:56:46 +01:00
Tilka
8e43fbcec8
Merge pull request #12735 from mitaclaw/minizip-ng-compat
...
Externals: minizip-ng Forward Compatibility
2024-04-21 20:39:09 +01:00
Tilka
ee027dc736
Merge pull request #12730 from JosJuice/skylanders-folder-no-asking
...
DolphinQt: Don't ask user about creating Skylanders folder
2024-04-21 11:18:42 +01:00
Tilka
020e7b3e2d
Merge pull request #11144 from JosJuice/jit64-arith-inline-avx
...
Jit64: Inline avx_op into fp_arith
2024-04-20 22:03:47 +01:00