Henrik Rydgård
|
33c4516e72
|
Implement new volume conversion functions, add test
|
2025-02-11 18:34:37 -06:00 |
|
Henrik Rydgård
|
d200d80633
|
Allow preview of UI sound volume while changing the slider.
|
2025-02-11 18:03:42 -06:00 |
|
Henrik Rydgård
|
25817c3bdb
|
Remove an unnecessary wrapper function (just rename __AudioMix to NativeMix)
|
2025-02-11 18:02:45 -06:00 |
|
Henrik Rydgård
|
27deabaea9
|
More intuitive volume curve for new-style volume settings
|
2025-02-11 17:42:09 -06:00 |
|
Henrik Rydgård
|
cf90b24431
|
Add UI volume setting (affecting navigation sounds and preview audio). Convert alt speed volume into a 100-step percentage.
|
2025-02-11 17:42:09 -06:00 |
|
Henrik Rydgård
|
a9791699ef
|
Rename "Global volume" to "Game volume" (translations need fixing)
Also makes alt speed volume a percentage of game volume, which makes
more sense.
|
2025-02-11 17:42:09 -06:00 |
|
Henrik Rydgård
|
1907fc7a30
|
Merge pull request #19968 from hrydgard/audio-out-refactor
Audio out code cleanup
|
2025-02-11 17:01:09 -06:00 |
|
Henrik Rydgård
|
9b923b72c1
|
Refactor audio output, preparing for better volume control
|
2025-02-11 16:43:29 -06:00 |
|
Henrik Rydgård
|
25bedc44b8
|
Switch from shift to multiplier for volume in StereoResampler
|
2025-02-11 15:55:39 -06:00 |
|
Henrik Rydgård
|
1a41a36093
|
Merge pull request #19967 from hrydgard/battery-percentage
Support battery percentage display on SDL
|
2025-02-11 11:11:21 -06:00 |
|
Henrik Rydgård
|
1ea14efcf9
|
SDL: Use SDL_GetPowerInfo
|
2025-02-11 10:46:28 -06:00 |
|
Henrik Rydgård
|
61aa231fe2
|
Buildfix attempt
|
2025-02-11 10:43:39 -06:00 |
|
Henrik Rydgård
|
ee772bb1e2
|
Refactor querying the battery percentage into a regular sysprop
|
2025-02-11 10:31:18 -06:00 |
|
Henrik Rydgård
|
57a91e1f74
|
Merge pull request #19965 from hrydgard/android-icon-aspect
Android shortcut icons: Pad icon images to fix the aspect ratio
|
2025-02-10 15:59:00 -06:00 |
|
Henrik Rydgård
|
cb648509ef
|
Android shortcut icons: Pad icon images to fix the aspect ratio
Fixes #19330. You'll have to recreate your icons though.
|
2025-02-10 15:28:45 -06:00 |
|
Henrik Rydgård
|
c0a4917487
|
Merge pull request #19963 from hrydgard/crosssimd-fallback-fix
CrossSIMD: Fix more no-simd fallbacks. The depth rasterizer now works in TEST_FALLBACK mode.
|
2025-02-10 12:29:13 -06:00 |
|
Henrik Rydgård
|
fd88f79d07
|
CrossSIMD: Fix more no-simd fallbacks. The depth rasterizer now works in TEST_FALLBACK mode.
|
2025-02-10 11:51:22 -06:00 |
|
Henrik Rydgård
|
2e5f901574
|
Merge pull request #19962 from lvonasek/hotfix-openxr-nonvr
OpenXR - NonVR option fixed
|
2025-02-10 11:20:08 -06:00 |
|
Henrik Rydgård
|
6ec74f58c2
|
Merge pull request #19959 from KatyushaScarlet/dev-loongarch64
Add a fast_matrix_mul_4x4 function with SIMD optimization for the LoongArch64.
|
2025-02-10 11:15:38 -06:00 |
|
Lubos
|
cf98037532
|
OpenXR - NonVR option fixed
|
2025-02-10 18:04:53 +01:00 |
|
Wang Xiang
|
66f5ac9897
|
Add fast_matrix_mul_4x4_lsx function for LoongArch64
|
2025-02-10 16:20:46 +08:00 |
|
Henrik Rydgård
|
d5bd7d24aa
|
Merge pull request #19955 from hrydgard/crosssimd-test
CrossSIMD: Add a simple unit test, fix a couple of operations in the no-simd path
|
2025-02-06 11:37:59 -06:00 |
|
Henrik Rydgård
|
274e1fddf2
|
Merge pull request #19956 from hrydgard/linux-dir-fix
Linux: Fix problem with memstick directory creation
|
2025-02-06 11:37:47 -06:00 |
|
Henrik Rydgård
|
360c5459b5
|
Linux: Fix problem with memstick directory creation
CreateDir may not be enough so use CreateFullPath
|
2025-02-06 11:36:57 -06:00 |
|
Henrik Rydgård
|
b24516544f
|
Merge pull request #19954 from KatyushaScarlet/dev-loongarch64
Fix compilation errors on LoongArch.
|
2025-02-06 10:45:24 -06:00 |
|
Wang Xiang
|
56bd3d8dc6
|
Include <string.h> without ifdef
|
2025-02-07 00:31:37 +08:00 |
|
Henrik Rydgård
|
8907a4c001
|
More fixes, improve unit test
|
2025-02-06 10:26:46 -06:00 |
|
Henrik Rydgård
|
fc0b1eef4c
|
Fix 4x4
|
2025-02-06 10:26:46 -06:00 |
|
Henrik Rydgård
|
e3f29cccd4
|
Add more tests
|
2025-02-06 10:26:46 -06:00 |
|
Henrik Rydgård
|
02b2a33980
|
Add test for mat*vec too.
|
2025-02-06 10:26:46 -06:00 |
|
Henrik Rydgård
|
46a472181b
|
CrossSIMD unit test: Add sanity checks for the matrix multiplications
|
2025-02-06 10:26:46 -06:00 |
|
Henrik Rydgård
|
7006f01dc5
|
Merge pull request #19480 from oltolm/comptr_misc
use ComPtr for misc. things
|
2025-02-06 09:31:41 -06:00 |
|
Henrik Rydgård
|
b73536f820
|
Merge pull request #19953 from kotcrab/struct-viewer-improvements
Struct viewer - Add watch edit and show in window menu
|
2025-02-06 09:28:50 -06:00 |
|
Wang Xiang
|
3eeaed68f2
|
Fix memcpy not declar error.
|
2025-02-06 16:32:31 +08:00 |
|
Wang Xiang
|
b2566aef02
|
Remove redundant defines that cause compilation errors on LoongArch.
|
2025-02-06 16:28:52 +08:00 |
|
kotcrab
|
c729390566
|
Clean up ImStructViewer, GhidraClient code style
|
2025-02-06 08:13:52 +01:00 |
|
kotcrab
|
6cc58b19ce
|
Add watch edit and show in window menu
|
2025-02-05 23:44:58 +01:00 |
|
Henrik Rydgård
|
caf7b101fc
|
Merge pull request #19948 from hrydgard/more-error-code-work
Consolidate error codes into the big enum
|
2025-02-04 13:50:04 -06:00 |
|
Henrik Rydgård
|
d1e5b45b4b
|
Consolidate the last spread-out error codes.
|
2025-02-04 12:34:49 -06:00 |
|
Henrik Rydgård
|
d2c1c7b54f
|
Consolidate even more error codes
|
2025-02-04 12:32:11 -06:00 |
|
Henrik Rydgård
|
a18eb97be3
|
Consolidate more error codes into the big enum
|
2025-02-04 12:11:22 -06:00 |
|
Henrik Rydgård
|
34169cdb8e
|
More error code consolidation
|
2025-02-04 11:53:22 -06:00 |
|
Henrik Rydgård
|
b2b0ff1753
|
Consolidate error codes in ErrorCodes.h
|
2025-02-04 11:53:00 -06:00 |
|
Henrik Rydgård
|
032b8bfae3
|
Merge pull request #19947 from hrydgard/code-cleanup
Fixes for minor code issues reported by PVS-Studio
|
2025-02-04 11:08:09 -06:00 |
|
Henrik Rydgård
|
9ce9e43481
|
Make some uses of the erase-iter idiom safer and more consistent
|
2025-02-04 10:31:17 -06:00 |
|
Henrik Rydgård
|
948c38a034
|
Some more minor fixes
|
2025-02-04 10:24:55 -06:00 |
|
Henrik Rydgård
|
8f0b64c4eb
|
Minor fix (N1)
|
2025-02-04 10:19:34 -06:00 |
|
Henrik Rydgård
|
1ca63161b3
|
More minor fixes
|
2025-02-04 10:19:34 -06:00 |
|
Henrik Rydgård
|
496f14c4f5
|
Fix another false-ish positive
|
2025-02-04 10:19:34 -06:00 |
|
Henrik Rydgård
|
dd4c8617e2
|
Eliminate a PVS-studio false positive warning
|
2025-02-04 10:19:34 -06:00 |
|