Katharine Chui
f218138f2e
add missing null check during actOnDeathPacket
...
It is not impossible for deadkid to not be tracked, so we have to
null check that
2026-02-26 13:18:03 +01:00
Henrik Rydgård
afb005e738
Add a sanity check in VPL
2026-02-26 10:37:12 +01:00
Henrik Rydgård
dac2407a36
sceIo: Add support for microseconds in filetimes (not implemented in platforms yet)
2026-02-23 11:04:17 +01:00
Henrik Rydgård
61fd0430e5
Update strings for the adhoc mode message
2026-02-19 16:43:55 +01:00
Katharine Chui
b3b9e90403
expand adhoc server list
...
Add various data fields and logic to handle:
- automatic adhoc data mode handling
- future UI expension on server list
- future support for automatically downloaded/user provided server list
2026-02-18 19:22:38 +01:00
Henrik Rydgård and Katharine Chui
4477396045
AdHoc relay server: Replace checkbox with "Auto" / "On" / "Off"
2026-02-18 19:18:42 +01:00
Katharine Chui
4c0d913d34
Fix FlatOut Head On in aemu_postoffice relay mode
...
PDP recv with buffer < packet size was not implemented correctly
as far as FlatOut Head On is concerned. Fix relay PDP recv
implementation to report required size without consuming the next
PDP packet so that it behaves like P2P mode does.
2026-02-17 22:23:42 +01:00
Henrik Rydgård
9f5be16663
Jit: Remove the Jal-to-replacement optimization (really not all that benificial)
2026-02-17 09:40:27 +01:00
Katharine Chui
f4be7a990b
Fix Driver 76 not creating adhoc sockets
...
Driver 76 uses sceKernelGetModuleIdList to get a module list
after calling sceUtilityLoadNetModule, then go module by module
with sceKernelQueryModuleInfo to check if at least pspnet_adhoc.prx
was loaded.
Load modules during sceUtilityLoadNetModule, expand success lying
modules to have real names, add adhoc modules to the success lying
list, list lied modules during sceKernelGetModuleIdList.
2026-02-15 22:24:27 +01:00
Henrik Rydgård
44a2585753
Rename some function, remove an unused return value
2026-02-12 01:23:45 +01:00
Henrik Rydgård
3ecb54e70a
More tweaking of gamelist icons
2026-02-11 01:24:11 +01:00
Henrik Rydgård
dad8df3860
More logspam reduction
2026-02-10 15:05:29 +01:00
Henrik Rydgård
998f726a5c
Reduce logspam in a few games
2026-02-10 09:11:56 +01:00
Henrik Rydgård
936c344a52
misc
2026-02-09 16:41:51 +01:00
Henrik Rydgård
990cba8e6c
Fix problem with background image when rotating some dialogs
2026-02-09 14:35:32 +01:00
Henrik Rydgård
eb234a1563
Finish the split. Greatly simplifies the render code in EmuScreen.
2026-02-08 10:46:16 +01:00
Henrik Rydgård
f01aaeafb1
Split CopyDisplayToOutput in preparation for the next step
2026-02-08 01:06:32 +01:00
Katharine Chui
8292cb35cc
fix code formatting
2026-02-06 15:00:59 +01:00
Katharine Chui
b2e976360c
aemu_postoffice: fragment huge ptp send requests in relay mode
2026-02-06 14:50:01 +01:00
Katharine Chui
cb279b5ba1
sanitize adhoc recv buffer sizes in relay mode using library defines
2026-02-06 14:49:49 +01:00
Henrik Rydgård
6ae4fee26b
Reduce the limit for ELF size to 24MB (still unreasonably large)
2026-02-05 13:26:20 +01:00
Henrik Rydgård
841e4c8564
Add various checks trying to avoid various crashes found in Google Play crash reports.
2026-02-05 11:12:53 +01:00
Henrik Rydgård and GitHub
5dbfa420d5
Merge pull request #21190 from sonninnos/libretro-drm-key
...
Libretro: NpDrm LicenseeKey check band-aid
2026-02-03 11:42:17 +01:00
sonninnos
7fcd48fca3
Libretro: NpDrm LicenseeKey check band-aid
2026-02-03 00:10:10 +02:00
Henrik Rydgård
d6ebfed432
Fix some bugs and warnings from a pass of static analysis
2026-01-29 17:41:54 +01:00
Katharine Chui
e3710af3c4
fix dirty pointer deref during relay DoBlockingPdpSend
2026-01-23 16:05:16 +01:00
Henrik Rydgård
ee208110c5
sceNetAdhoc: Warning fixes, fix use of == instead of =
2026-01-23 10:56:03 +01:00
Henrik Rydgård
10690952b2
Variable renaming, rename the new packet relay option, set default to false
2026-01-21 01:37:58 +01:00
Henrik Rydgård and GitHub
b01001a2e0
Merge pull request #21116 from Kethen/aemu_postoffice_integrate_v2
...
Support adhoc relay from aemu to ppsspp
2026-01-20 15:10:07 +01:00
Katharine Chui
f1bd8aca34
save g_Config.bServerHasRelay at adhoc startup
2026-01-19 22:32:04 +01:00
MMaZaHaKa
433ac5d5b3
upd sceNet
2026-01-19 21:53:11 +02:00
MMaZaHaKa
d957c33989
anti uaf
2026-01-19 21:47:23 +02:00
Henrik Rydgård
188945f0fe
Warning fixes
2026-01-19 17:56:30 +01:00
Henrik Rydgård
c8db8463f2
Some cleanup of the frameskipping setting. Avoid having Auto Frameskip reset the frameskip setting to 1.
2026-01-19 17:44:00 +01:00
Henrik Rydgård
1d2f846c66
Partial drive-by cleanup of quick chat code
2026-01-19 17:14:24 +01:00
Henrik Rydgård and GitHub
f4dbff0f14
Merge branch 'master' into aemu_postoffice_integrate_v2
2026-01-19 11:40:38 +01:00
Henrik Rydgård and GitHub
926a9eaf83
Merge pull request #21123 from MMaZaHaKa/master
...
fix proAdhocServer multiinstance bug
2026-01-19 11:30:46 +01:00
MMaZaHaKa
9f4a092060
fix typo [skip ci]
2026-01-18 23:40:13 +02:00
Henrik Rydgård
d8713c5f3a
sysparam logging improvement
2026-01-18 00:13:10 +01:00
Katharine Chui
6684f032db
null check sport in pdp_recv_postoffice
2026-01-16 11:48:25 +01:00
Katharine Chui
da1a843377
cleanup port offet logic in relay mode
2026-01-16 11:41:14 +01:00
MMaZaHaKa
aa350b3082
upd proAdhoc
2026-01-16 06:17:03 +02:00
Katharine Chui
f03b6d76b2
code formatting cleanup
2026-01-15 21:05:08 +01:00
Katharine Chui
3c38b5cfe1
rework ptp connect in relay mode, logic cleanup
2026-01-14 00:53:29 +01:00
Katharine Chui
97a3f1df91
implement nonblock ptp connect
2026-01-13 02:13:18 +01:00
Katharine Chui
c76226cd0d
fix adhoc gamemode in relay mode
2026-01-11 20:58:30 +01:00
Katharine Chui
bf30de1527
initial github.com/kethen/aemu_postoffice integration ported from github.com/kethen/aemu
2026-01-11 18:53:54 +01:00
Henrik Rydgård
a591fbff38
Move two more error codes to the enum
2026-01-08 22:02:08 +01:00
Henrik Rydgård
b64d7b217f
Add a --root= command line argument to override what host0: is mounted to.
...
Fixes #20191
2026-01-06 20:41:35 +01:00
Henrik Rydgård
ccb7eee91d
Logging fix.
...
Fixes #21102
2026-01-05 16:25:04 +01:00