Commit Graph

45330 Commits

Author SHA1 Message Date
Henrik Rydgård 2eb18a888e SIMD-optimize BBox vertex decoding 2026-03-07 15:23:00 +01:00
Henrik Rydgård fab171dcb9 Just a minor bbox optimization 2026-03-07 15:23:00 +01:00
Henrik Rydgård b81c004ccc Merge pull request #21375 from JumpingY/master
Update adhoc-servers.json
2026-03-07 15:15:52 +01:00
JumpingY e675d1a0b6 Update adhoc-servers.json
Add CVN-Play adhoc server
2026-03-07 22:10:23 +08:00
Henrik Rydgård 66da78f357 Merge pull request #21366 from warmenhoven/warmenhoven/pr/lr-apple-glslang
libretro: Detach glslang from process on shutdown
2026-03-07 12:52:00 +01:00
Henrik Rydgård c9cbf0f705 Merge pull request #21369 from chrisfand/tagforce-changes
Adds one more image size (128x128) option for DXT1 block skipping in texture replacement
2026-03-07 11:33:33 +01:00
Henrik Rydgård 47ab2be6c6 Merge pull request #21365 from CauaLMF/patch-1
Update adhoc-servers.json
2026-03-07 11:25:54 +01:00
Henrik Rydgård 9885e25776 Merge pull request #21371 from hrydgard/ui-fixes
Various cleanups, iCloud fix
2026-03-07 10:21:38 +01:00
Henrik Rydgård 86dc349c1b Lang fixes 2026-03-07 10:19:17 +01:00
Henrik Rydgård 0791f542ea Fix bug in langtool 2026-03-07 10:03:43 +01:00
Henrik Rydgård 781be0d251 Add missing fallback for loading the adhoc server list 2026-03-07 09:52:20 +01:00
Henrik Rydgård 9a7241708c Win32 file dialog: Prefill the filename when saving 2026-03-07 09:49:57 +01:00
Henrik Rydgård 66b8e866fb iOS: Fix opening files from iCloud and other secure places. Note: Not compatible with "Recents" yet. 2026-03-07 09:19:31 +01:00
Henrik Rydgård e9cbd48ef7 Adhoc server list: Add another one. 2026-03-07 09:19:31 +01:00
Henrik Rydgård b0a3d5753a Remove an obsolete setting 2026-03-07 09:19:31 +01:00
Henrik Rydgård 2d1b999858 Merge pull request #21364 from TotalCaesar659/patch-1
Update Russian translation
2026-03-07 07:30:54 +01:00
ChrisF ca8736fc6a Adds one more image size (128x128) option for DXT1 block skipping in texture replacement 2026-03-06 14:07:03 -05:00
Eric Warmenhoven be85deba21 libretro: Detach glslang from process on shutdown
On Apple platforms without this, glslang doesn't get properly
deinitialized, and will cause a crash on the second play
2026-03-06 11:04:37 -05:00
CauaLMF fba9a95642 Update adhoc-servers.json
Added the status page for the jpa36a7.glddns.com server.
2026-03-06 12:53:31 -03:00
TotalCaesar659 65003507f1 Update ru_RU.ini 2026-03-06 18:14:11 +03:00
TotalCaesar659 35e8245524 Update ru_RU.ini 2026-03-06 18:12:36 +03:00
TotalCaesar659 7c6626fe65 Update Russian translation 2026-03-06 18:07:27 +03:00
Henrik Rydgård c480e21f5f Merge pull request #21359 from hrydgard/fetch-server-list
Fetch the public adhoc server list from metadata.ppsspp.org/adhoc-servers.json
2026-03-06 14:11:36 +01:00
Henrik Rydgård 04b86a0d87 Address Kethen's feedback 2026-03-06 13:34:16 +01:00
Henrik Rydgård d2e7510cea Rename a translation string, remove ':' 2026-03-06 13:25:07 +01:00
Henrik Rydgård 686c4a35dd Add translation strings 2026-03-06 13:25:07 +01:00
Henrik Rydgård 1a95e9e4e9 Fetch the public adhoc server list from metadata.ppsspp.org/adhoc-servers.json 2026-03-06 13:25:07 +01:00
Henrik Rydgård 3d50bf4b7d Add categories to the server list 2026-03-06 13:25:07 +01:00
Henrik Rydgård 6009f305f8 Merge pull request #21362 from hrydgard/ui-fixes
More UI-related fixes
2026-03-06 13:18:58 +01:00
Henrik Rydgård c192e95ce6 Fix lower-casing issue when installing from zip 2026-03-06 11:00:45 +01:00
Henrik Rydgård e8d648e91d InstallZip: Fix problem where the delete-after option didn't work
The file was held open.
2026-03-06 10:57:22 +01:00
Henrik Rydgård 15055ee360 Fixes to gesture mapping - don't gate double-tap and analog between the gesture enable control for each zone. 2026-03-06 00:44:31 +01:00
Henrik Rydgård 2c17a56c53 Bump gradle 2026-03-06 00:44:22 +01:00
Henrik Rydgård bc0d074677 Merge pull request #21357 from hrydgard/axis-swap-hold
Add a "hold" version of the axis swap toggle. Often more convenient.
2026-03-06 00:30:54 +01:00
Henrik Rydgård 2520c87c95 Merge pull request #21352 from Kethen/adhoc_fixes
Handle adhoc relay connection a bit better
2026-03-06 00:05:07 +01:00
Henrik Rydgård 2508117ea2 Merge pull request #21358 from hrydgard/translation-fixes
Fix two untranslatable strings
2026-03-05 23:22:37 +01:00
Henrik Rydgård e3e568d1d4 Sneak in a fix to the adhoc server list (didn't read modes correctly from json) 2026-03-05 23:14:52 +01:00
Henrik Rydgård 3e4ebfa75a Merge pull request #21356 from TotalCaesar659/patch-1
Update Russian translation
2026-03-05 23:11:23 +01:00
Henrik Rydgård abb70094ee Fix two untranslatable strings
See #21356
2026-03-05 23:09:46 +01:00
Henrik Rydgård 232ea1a8a1 Add a "hold" version of the axis swap toggle. Often more convenient.
This is useful for working around some annoying control schemes.

Fixes #21354
2026-03-05 23:05:35 +01:00
TotalCaesar659 e0f27ca0f4 Update Russian translation 2026-03-06 00:57:00 +03:00
Katharine Chui 6f64663f75 handle relay failure during adhoc pdp seend/recv 2026-03-05 22:50:40 +01:00
Katharine Chui 1875286019 remove extra GetI18NCategory 2026-03-05 22:41:13 +01:00
Katharine Chui 1a86682e84 do not use ptp connection result to check for adhoc relay status
ptp connection failure could also be due to the clinet on the other
side not accepting the connection
2026-03-05 22:34:32 +01:00
Katharine Chui 101789c075 disable adhoc relay retrying after 15 seconds of lack of success 2026-03-05 22:26:16 +01:00
Katharine Chui 1e8e929bd9 shorten relay connection failure OSD message 2026-03-05 19:22:10 +01:00
Katharine Chui 20424bc5bc Handle adhoc relay conection a bit better
- bump aemu_postoffice
  - timeout TCP connection attempts at 5s to not block the library user too much
  - set send and receive buffer sizes after connection to avoid some blocking cases on some platforms with small defaults (windows?)
- pop OSD message when relay connection fails
2026-03-05 19:09:51 +01:00
Henrik Rydgård d7265043a2 Merge pull request #21351 from hrydgard/server-list-json
Ad hoc server list refactor: Parse the server list from a json file
2026-03-05 15:47:06 +01:00
Henrik Rydgård c38ff9ee9a Refactor list initialization in AdhocServerScreen 2026-03-05 15:15:28 +01:00
Henrik Rydgård 962d132e5f Make the adhoc server list data driven 2026-03-05 15:15:25 +01:00