Commit Graph

45601 Commits

Author SHA1 Message Date
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
Henrik Rydgård 2a1cefb58b (Fake-)load adhoc server list asynchronously when opening server list window. 2026-03-05 14:36:06 +01:00
Henrik Rydgård cc49e5079d Refactor a bit, preparing for async download 2026-03-05 14:30:32 +01:00
Henrik Rydgård a0327ff5d5 Adhoc: Update some discord links 2026-03-05 14:30:32 +01:00
Henrik Rydgård ecf7fee8fb Merge pull request #21350 from hrydgard/multitouch-ios-fix
Fix multitouch in OpenGL mode on iOS. Oops.
2026-03-05 13:18:56 +01:00
Henrik Rydgård 9f30700188 Fix multitouch in OpenGL mode on iOS. Oops.
Fixes #21349
2026-03-05 13:18:19 +01:00
Henrik Rydgård ef27307c2a Merge pull request #21348 from myzhan/master
Fix font rendering after window resizing on SDL(linux)
2026-03-05 10:12:12 +01:00
Henrik Rydgård 0d8358827b Move the pre-loaded adhoc server address list logic to sceNetAdhoc.cpp
Yes, that file is growing too big...
2026-03-05 10:05:08 +01:00
myzhan af7384e8e4 Fix font rendering after window resizing on SDL(linux) 2026-03-05 13:34:38 +08:00
Henrik Rydgård 417d51c05f Merge pull request #21346 from hrydgard/volume-fix
Remove misguided hack to signal that we handled key repeats.
2026-03-05 02:17:45 +01:00
Henrik Rydgård 3352ba44bb Remove misguided hack to signal that we handled key repeats.
Fixes #21336
2026-03-05 01:55:41 +01:00
Henrik Rydgård c3dbb7f608 Merge pull request #21345 from hrydgard/more-regression-fixes
Fix image picker on Android, plus smoother fullscreen startup on Windows
2026-03-05 01:52:22 +01:00
Henrik Rydgård 62ac769f8f Windows: Implement early parsing of --fullscreen and --windowed parameters. 2026-03-05 01:04:43 +01:00
Henrik Rydgård cbab0ce203 Fix state of fullscreen button on main screen 2026-03-05 00:58:43 +01:00
Henrik Rydgård ac437ff05d Windows: Less flickery startup when starting in fullscreen 2026-03-05 00:48:03 +01:00
Henrik Rydgård fd22c4235d Android: ImagePickers don't play well with singleInstance activities, so apply a workaround. 2026-03-05 00:30:24 +01:00
Henrik Rydgård ecb5cf036e Merge pull request #21341 from hrydgard/more-regression-fixes
Fix crash on audio device switch in Windows
2026-03-04 15:54:32 +01:00
fcrwr cc4bf75717 Fix block transfer clipping
Fix block transfer clipping that happened due to code not taking block
transfer offsets into account when finding framebuffers for block
transfer and when creating ram framebuffer.
2026-03-04 19:46:28 +05:00
Henrik Rydgård 8445644920 Additional cleanup 2026-03-04 15:15:53 +01:00
Henrik Rydgård b6a0e051aa Minor fixes in WASAPIContext.cpp/h 2026-03-04 15:05:35 +01:00
Henrik Rydgård 2052ebc60c Fix switching of audio devices on Windows.
Fixes #21337
2026-03-04 14:41:59 +01:00
Henrik Rydgård 892ef99daa Misc cleanups and fixes 2026-03-04 14:41:59 +01:00
Henrik Rydgård ffa36cbe77 Merge pull request #21339 from hrydgard/regression-fixes
Assorted regression fixes
2026-03-04 13:09:34 +01:00
Henrik Rydgård 733c45cc94 Bump langtool deps to make dependabot happy 2026-03-04 12:45:22 +01:00
Henrik Rydgård 8045b3cf79 Improve the look of the status bar on modern Android (no shadow). 2026-03-04 12:44:12 +01:00
Henrik Rydgård 17f6583a78 Fix the problem with black screen in split screen mode
Fixes #21333, does some cleanup.
2026-03-04 12:34:25 +01:00
Henrik Rydgård 0326af7df2 MainScreen: Make extra sure that the back action doesn't override accept.
Fixes #21334
2026-03-04 12:03:47 +01:00
Henrik Rydgård b40b4fc1d0 Fix adding excessive buttons to the UI input mappings 2026-03-04 12:03:01 +01:00
Henrik Rydgård fff0261be5 Minor code cleanups 2026-03-04 11:24:32 +01:00
Henrik Rydgård 827430e1b1 sceNpDrmEdataSetupKey: Only check that the key has been set if the file is encrypted. Fixes Wipeout Pulse DLC.
Fixes #21335
2026-03-04 11:23:59 +01:00
Henrik Rydgård 69fc91b36f Merge pull request #21331 from Felipefpl/master
Updated brazilian portuguese translation
2026-03-03 16:21:37 +01:00
Felipe 6136e8485f Updated brazilian portuguese translation
Fixed the strings translated by IA and re-added the translated strings back to its places.
2026-03-03 12:10:54 -03:00