Commit graph

42256 commits

Author SHA1 Message Date
Henrik Rydgård
fcaf3daea9 Minor fixes, make the achievement volume independent again 2025-02-12 10:28:35 -06:00
Nemoumbra
e1542e9267 Added the HLE implementations to the table + new wrappers 2025-02-12 19:26:33 +03:00
Henrik Rydgård
aad3aa02e7 Upgrade the achievement sound volume setting to the new format 2025-02-12 10:23:26 -06:00
Henrik Rydgård
62e01d37a5 Upgrade reverb volume to the new format 2025-02-12 10:09:52 -06:00
Henrik Rydgård
fef4a86225 Upgrade the game volume setting to the new format 2025-02-12 09:49:30 -06:00
Nemoumbra
30bcb43e48 Implemented the libc-like syscalls 2025-02-12 18:36:59 +03:00
Henrik Rydgård
1158ddd012
Merge pull request #19969 from hrydgard/volume-control-cleanup
Volume control UI changes, part 1
2025-02-12 09:01:55 -06:00
Nemoumbra
08a706716e Added some dummy function bodies 2025-02-12 16:49:43 +03:00
Nemoumbra
4e8b1f24d6 Added dummy funcs + registered the module 2025-02-12 16:49:43 +03:00
Nemoumbra
d02a9ee2e5 Added dummy sceNet_lib files 2025-02-12 16:49:43 +03:00
Henrik Rydgård
d58d193138
Merge pull request #19970 from Nemoumbra/memmap-cleanup
Memmap additions and cleanup
2025-02-11 22:06:41 -06:00
Nemoumbra
1fc49d8011 Added host ptr -> virt ptr converters 2025-02-12 04:13:12 +03:00
Henrik Rydgård
33c4516e72 Implement new volume conversion functions, add test 2025-02-11 18:34:37 -06:00
Nemoumbra
9528d5d8be Added proper const overloads for PSPPointer methods 2025-02-12 03:26:01 +03: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