oltolm
62194185d4
fix shutdown crash on Windows
2024-08-24 13:41:33 +02:00
Henrik Rydgård
840915e52d
Merge pull request #19407 from warmenhoven/warmenhoven/pr/osx-x86-png
...
libretro: macOS x86: Don't use system libpng
2024-08-19 09:10:45 -06:00
Henrik Rydgård
14fa7299c5
Merge pull request #19406 from mimvahedi/persian-translate
...
َUpdate Persian translate
2024-08-19 09:10:02 -06:00
Eric Warmenhoven
fccdfe3e2c
libretro: macOS x86: Don't use system libpng
2024-08-19 09:39:50 -04:00
mimvahedi
72f3bb677b
Update Persian translation
2024-08-19 16:27:31 +03:30
mimvahedi
234fe158c3
Update Persian translation
2024-08-19 15:42:52 +03:30
Henrik Rydgård
8f300cf5bb
Merge pull request #19402 from ANR2MERefork/manual_android
...
[Workflow] Added LegacyOptimized to the manual Android APK workflow
2024-08-15 17:13:41 -06:00
AdamN
26dedda257
Added LegacyOptimized to the manual Android APK workflow
2024-08-16 05:01:00 +07:00
Henrik Rydgård
abaea0197b
Allow debug/release build variants for legacy build
2024-08-15 15:51:11 -06:00
Henrik Rydgård
7daa7e7ad0
Merge pull request #19401 from hrydgard/ppsspp-legacy-edition
...
Android: Add new build config "legacyOptimized", which targets an older Android SDK version
2024-08-15 14:25:29 -06:00
Henrik Rydgård
afdba5a7b9
Add green icon for Legacy Edition, add new string for name
2024-08-15 13:34:11 -06:00
Henrik Rydgård
32065c1db7
Upgrade gradle
2024-08-15 10:01:08 -06:00
Henrik Rydgård
eff3ef7da3
Android: Add new build config "legacyOptimized", which targets an older Android version
...
This should allow working around the scoped storage problem on old
Android TVs by sideloading APKs built this way. Support for building
this will be added to the buildbot soon.
Considering maybe making a special icon variant?
See #16865
Not yet tested.
2024-08-14 17:55:42 -06:00
Henrik Rydgård
80e581a093
Merge pull request #19396 from Nemoumbra/small-fixes
...
Tabulation fix + potential misaligned read fix
2024-08-12 14:42:03 -06:00
Nemoumbra
b794532a8e
Tabulation fix + potential misaligned read fix
2024-08-11 20:20:07 +03:00
Henrik Rydgård
169736dff6
Merge pull request #19390 from lvonasek/cleanup-openxr
...
OpenXR - Removal of "VR/Experts only" section
2024-08-09 12:29:25 -06:00
Henrik Rydgård
2d68bd27e6
Merge branch 'master' into cleanup-openxr
2024-08-09 12:16:40 -06:00
Henrik Rydgård
50ed6c4cda
Merge pull request #19392 from hrydgard/warning-fixes
...
Warning fixes in our zlib fork
2024-08-09 12:15:55 -06:00
Henrik Rydgård
fa364821ba
Merge pull request #19394 from DDinghoya/patch-21
...
Update ko_KR.ini
2024-08-09 12:15:34 -06:00
DDinghoya
ec868ceb67
Update ko_KR.ini
...
For the newest string
2024-08-09 21:49:40 +09:00
Henrik Rydgård
beac615480
Warning fixes in our zlib fork
2024-08-08 10:54:27 -06:00
Lubos
f56f696386
OpenXR - Cleanup
2024-08-08 12:35:45 +02:00
Henrik Rydgård
1c5512a75d
Merge pull request #19389 from lvonasek/feature-openxr-anyplatform
...
OpenXR - VR camera on any platform
2024-08-07 09:54:31 -06:00
Lubos
3154a5fac1
OpenXR - VR camera features on any platform
2024-08-07 09:25:12 +02:00
Henrik Rydgård
5658a3ea48
Merge pull request #19388 from hrydgard/ios-enable-chat
...
iOS: Enable text chat
2024-08-06 09:55:27 -06:00
Henrik Rydgård
bdd11af620
Fix some bugs in zip file extraction, refresh game list after
2024-08-06 09:25:44 -06:00
Henrik Rydgård
5e9bd09020
Untested change to enable chat on iOS
2024-08-06 09:25:44 -06:00
Henrik Rydgård
9b2f9d7cd2
Merge pull request #19386 from iota97/fix
...
Fix LoadPlugins ini key collision
2024-08-06 07:15:43 -06:00
Giovanni Cocco
8920725655
Fix LoadPlugins ini key collision
2024-08-06 11:07:08 +02:00
Henrik Rydgård
c4076e359d
Merge pull request #19384 from lvonasek/fix-openxr-texts
...
OpenXR - Texts review
2024-08-05 12:02:46 -06:00
Lubos
3a6bf77f6b
OpenXR - Texts review
2024-08-05 12:45:42 +02:00
Francisco Javier Trujillo Mata
1146b6cf57
Run unit tests on alpine docker too
2024-07-29 17:54:06 +02:00
Francisco Javier Trujillo Mata
96fd0f4bcd
Add NO_MMAP flag in the compilation scripts
2024-07-29 17:54:06 +02:00
Francisco Javier Trujillo Mata
ffcab114a1
Fix debug compilation error
2024-07-29 17:54:06 +02:00
Henrik Rydgård
52cf10274c
Merge pull request #19375 from hrydgard/retro-buildfix
...
Replace call of SetWaitableTimerEx with SetWaitableTimer
2024-07-29 08:12:36 -06:00
Henrik Rydgård
592d9c5d69
Replace SetWaitableTimerEx with SetWaitableTimer
...
This makes the build work on retroarch's build server, and keeps
compatibility with Windows Vista (although we hardly test for that).
2024-07-29 08:11:19 -06:00
Henrik Rydgård
2e74efb2fc
Fix potential crash in logging
...
Doesn't happen for me for some reason, but does for Nemoumbra.
2024-07-28 22:03:28 -06:00
Henrik Rydgård
25a2353bde
Merge pull request #19374 from hrydgard/minor
...
Upgrade rcheevos, plus minor vk validation fix
2024-07-28 15:17:57 -06:00
Henrik Rydgård
6917bcaddf
Upgrade rcheevos
2024-07-28 08:09:35 -06:00
Henrik Rydgård
144b3a8a98
Vulkan validation error cleanups
2024-07-28 08:08:48 -06:00
Henrik Rydgård
0a1cd19afe
Merge pull request #19373 from A-w-x/gcc14
...
ext: jpge: move header on top
2024-07-28 03:44:18 -06:00
A-w-x
b8a087fbc9
ext: jpge: move header on top
...
fixes build with gcc 14.1
2024-07-27 18:56:13 +02:00
Henrik Rydgård
832e64b8cd
Merge pull request #19369 from hrydgard/minor-cleanups
...
Minor cleanups, add new more precise "sleep" function for Windows
2024-07-26 18:22:54 +02:00
Henrik Rydgård
7a0cda93d0
Call TimeInit() in headless and unittest
2024-07-26 15:59:26 +02:00
Henrik Rydgård
5c368cb965
More buildfixes
2024-07-26 15:22:35 +02:00
Henrik Rydgård
9fb97add3f
Bugfixes
2024-07-26 14:22:31 +02:00
Henrik Rydgård
96c4ae4457
TimeUtil: Minor cleanup, add precise_sleep()
2024-07-26 11:25:58 +02:00
Henrik Rydgård
5926886c0c
Some include cleanup, delete some obsolete code
2024-07-25 14:52:41 +02:00
Henrik Rydgård
e9e16210e8
Merge pull request #19367 from hrydgard/ubershader-vshader-fix
...
Fix minor difference between ubershader and specialized vshaders
2024-07-24 20:51:28 +02:00
Henrik Rydgård
fab034d866
Fix minor difference between ubershader and specialized vshaders
2024-07-24 20:50:33 +02:00