Katharine Chui
49cd9c76d9
sysclib_sprintf psp memory bound checking instead of length limits
2024-05-01 20:23:47 +08:00
Henrik Rydgård and GitHub
b8f6b53018
Merge pull request #19099 from hrydgard/remove-more-unused-code
...
Atrac3+ standalone decoder: Remove more unused code
2024-05-01 11:54:52 +01:00
Henrik Rydgård
5536ca4fda
Remove more unused code
2024-05-01 12:28:39 +02:00
Henrik Rydgård
a93bbf39ba
Remove sinewin.cpp/h
2024-05-01 12:28:39 +02:00
Henrik Rydgård
b6b869ddee
Remove float_dsp.cpp, inline the functions
2024-05-01 12:28:39 +02:00
Henrik Rydgård
c6502155ab
Delete mathematics.cpp/h
2024-05-01 12:28:39 +02:00
Henrik Rydgård
50bb07a6f5
Minor optimization
2024-05-01 12:28:39 +02:00
Henrik Rydgård
e010f8fcc3
Remove generated code for very large FFTs (unused)
2024-05-01 12:28:39 +02:00
Henrik Rydgård
9745fa813f
Delete some unused code
2024-05-01 12:28:39 +02:00
Henrik Rydgård
93c32e1e8d
Add missing include to get_bits.h
2024-05-01 12:28:39 +02:00
Henrik Rydgård and GitHub
59be4b0d5b
Merge pull request #19097 from Kethen/sysclib_sprintf
...
implement sysclib_sprintf
2024-05-01 11:24:50 +01:00
Katharine Chui
fa0eaebfb5
cleanup
2024-05-01 17:32:13 +08:00
Katharine Chui
7ff48f97c3
implement sysclib_sprintf
2024-05-01 01:43:24 +08:00
Henrik Rydgård and GitHub
edcf685037
Merge pull request #19098 from hrydgard/retroachievement-use-new-api
...
RetroAchievements RAIntegration: Update rcheevos, use new set_console_id API
2024-04-30 11:41:15 +01:00
Henrik Rydgård
b0a71d450d
Use new API to notify raintegration of the console ID
2024-04-30 00:49:55 +02:00
Henrik Rydgård
c9dc2444e7
Bump rcheevos
2024-04-30 00:47:00 +02:00
Henrik Rydgård and GitHub
443bdef239
Merge pull request #19096 from hrydgard/retroachievements-for-homebrew
...
RetroAchievements: Add support for hashing homebrew
2024-04-29 22:43:04 +01:00
Henrik Rydgård and GitHub
020b539a25
Merge pull request #19095 from hrydgard/mono-atrac-fix
...
Add back a hack for the SasAudio/sceAtrac integration (mono audio).
2024-04-29 22:33:35 +01:00
Henrik Rydgård
167fabaa56
Increase the hashing limit to 64MB, to match rcheevos' rhash max limit
2024-04-29 23:33:04 +02:00
Henrik Rydgård
7a6d646beb
RetroAchievements: Add support for hashing homebrew
...
We finally defined a method in https://github.com/RetroAchievements/rcheevos/issues/244 .
2024-04-29 20:33:23 +02:00
Henrik Rydgård and GitHub
31749ace67
Merge pull request #19094 from hrydgard/vulkan-init-fixes
...
Vulkan init: Add a workaround and an assert
2024-04-29 19:03:41 +01:00
Henrik Rydgård
917f5897bd
Add back a lost-in-refactoring hack for the SasAudio/sceAtrac integration.
...
Fixes #19075
2024-04-29 19:58:11 +02:00
Henrik Rydgård
28ab4518ed
Add a workaround and an assert, trying to fix #18982
...
Not sure what it is if this doesn't fix #18982 .
We already seem to be doing things correctly.
2024-04-29 13:32:26 +02:00
Henrik Rydgård and GitHub
11112d4043
Merge pull request #19087 from santiago046/master
...
Refactor atlas/zimtool CMakeLists.txt
2024-04-29 11:16:04 +01:00
Henrik Rydgård and GitHub
b25ee714c3
Merge pull request #19089 from brad0/openbsd_riscv
...
Fix building on OpenBSD/riscv64.
2024-04-29 11:15:49 +01:00
Henrik Rydgård and GitHub
226ec091eb
Merge pull request #19091 from hrydgard/win11-disable-rounded-corners
...
Use the DWM API to disable rounded corners on Windows 11.
2024-04-29 11:15:30 +01:00
Henrik Rydgård and GitHub
5a0269a09f
Merge pull request #19093 from hrydgard/macos-fix-test-crash
...
Temporarily disable the JIT_IR unit test on Mac
2024-04-29 11:14:44 +01:00
Henrik Rydgård
168afab263
Temporarily disable the gpu/vertices/texcoords test that is not quite working 100% on ARM
2024-04-29 11:43:31 +02:00
Henrik Rydgård
0e57cf30c7
ARM64: Disable the JIT implementation of the vh2f instruction, not accurate
2024-04-29 11:32:54 +02:00
Henrik Rydgård
8397fd6791
Also disable the GPU JIT tests on ARM64, not applicable
2024-04-29 11:13:35 +02:00
Henrik Rydgård
431a30b9c8
Temporarily disable the JIT_IR unit test on Mac (not sure why it started crashing, OS upgrade?)
2024-04-29 10:32:33 +02:00
Henrik Rydgård and GitHub
cb5ecb17f7
Merge pull request #19092 from lvonasek/hotfix_openxr_horizonos
...
OpenXR - Support for Meta Horizon OS
2024-04-29 09:00:17 +01:00
Luboš V and GitHub
5cb7b7a686
OpenXR - Support for Meta Horizon OS
2024-04-29 07:46:48 +02:00
Henrik Rydgård
2cb3bd1cbe
Use the dwmapi to disable rounded corners on Windows 11.
...
Hopefully just ignored on lower windows versions...
2024-04-28 14:27:58 +02:00
Brad Smith
59ba9ab973
Fix building on OpenBSD/riscv64.
...
Unbreak on riscv64, we don't have sys/auxv.h or getauxval().
OpenBSD/riscv64 assumes RV64GC, aka RV64IMAFDC.
Our kernel provides no support for the V extension.
2024-04-27 07:44:37 -04:00
santiago046 and GitHub
6979be0e3e
Update ext/libpng17/CMakeLists.txt
2024-04-26 17:38:39 -03:00
santiago046 and GitHub
31bf179879
Include ARM files in ext/libpng17/CMakeLists.txt for ARM processors
...
Needed when building atlas/zimtool.It fixes this error:
```
/usr/bin/ld: png17/libpng17.a(pngrutil.c.o): in function `png_read_process_IDAT':
pngrutil.c:(.text+0x548c): undefined reference to `png_init_filter_functions_neon' collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/zimtool.dir/build.make:134: build/zimtool] Error 1
make[1]: *** [CMakeFiles/Makefile2:128: CMakeFiles/zimtool.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
```
2024-04-26 17:31:27 -03:00
santiago046 and GitHub
adaa9fbbb4
Update CMakeLists.txt
2024-04-26 17:23:52 -03:00
santiago046 and GitHub
4677aec4d6
Refactor atlas/zimtool CMakeLists.txt
2024-04-26 17:07:04 -03:00
Henrik Rydgård and GitHub
1786a4ddb0
Merge pull request #19079 from warmenhoven/warmenhoven/pr/ios-moltenvk
...
iOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
2024-04-20 23:03:42 +02:00
Henrik Rydgård and GitHub
85a3631a87
Merge pull request #19083 from ANR2MERefork/audioinput
...
[sceAudio] Added stubs for unimplemented audio input HLEs
2024-04-20 10:28:57 +02:00
AdamN and GitHub
bbe2c341ed
oops
2024-04-20 12:41:27 +07:00
AdamN and GitHub
1cf7254cb0
Update sceAudio.cpp
2024-04-20 12:06:49 +07:00
Eric Warmenhoven
e50ca3808a
iOS: Update VulkanLoader for MoltenVK 1.2.8-style framework finding
2024-04-19 09:30:43 -04:00
Henrik Rydgård and GitHub
7d46f5a0a8
Merge pull request #19074 from hrydgard/more-atrac-updates
...
More sceAtrac code cleanup and comments
2024-04-17 01:37:27 +02:00
Henrik Rydgård
a74a0fdbde
Add a way to test new atrac using headless.
2024-04-16 23:08:43 +02:00
Henrik Rydgård
5b625bfd3e
Share GetSecondBufferInfo between implementations
2024-04-16 23:07:03 +02:00
Henrik Rydgård
f05f9a6de3
Code cleanup and comments
2024-04-16 22:54:53 +02:00
Henrik Rydgård
178147b20a
Make asserts work better in headless when running tests on Windows
2024-04-16 22:54:48 +02:00
Henrik Rydgård and GitHub
23a913ebe4
Merge pull request #19071 from hrydgard/decoder-interface-change
...
Refactor: Change *outBytes to *outSamples in AudioDecoder::Decode.
2024-04-16 22:29:28 +02:00