Henrik Rydgård
63658bcb2f
Lambda capture cleanup
2026-01-20 14:29:13 +01:00
Henrik Rydgård
0fb2be2cbe
Simplify image caching for RetroAchievements
2026-01-20 14:25:59 +01:00
Katharine Chui
f1bd8aca34
save g_Config.bServerHasRelay at adhoc startup
2026-01-19 22:32:04 +01:00
Katharine Chui
5aa266934b
import aemu_postoffice as a submodule instead
2026-01-19 22:14:51 +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
3a7911407b
Assorted minor cleanups
2026-01-19 15:47:40 +01:00
Henrik Rydgård
f4dbff0f14
Merge branch 'master' into aemu_postoffice_integrate_v2
2026-01-19 11:40:38 +01:00
Henrik Rydgård
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
748786e80c
update packet relay setting wording, enable relay by default
2026-01-15 21:40:19 +01: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
3f3b353350
Merge pull request #21092 from white-axe/libretro-vfs
...
Use the libretro VFS interface in libretro builds
2026-01-10 16:36:01 +01:00
Henrik Rydgård
11c63738ae
Implement the "Auto load savestate" display from #21082
2026-01-09 12:27:37 +01:00
Henrik Rydgård
f1f931551a
Add a "Savestate slot count" setting.
2026-01-09 12:20:39 +01:00
Henrik Rydgård
884d3c46d5
Rework listing of savestates - a single scan operation instead of lots of File::Exists and ModTime calls.
...
Needed to improve scalability on Android for when we increase the number
of states.
2026-01-09 11:17:21 +01:00
Henrik Rydgård
2959ad214c
Fix the internal savestate API to better reflect how it actually works
2026-01-09 10:29:37 +01:00
Henrik Rydgård
e6e82c9ad3
Add java-side prefix filtering for ContentUri directory listing
2026-01-09 10:12:15 +01:00
Henrik Rydgård
e33ff46ffd
Extract the rewind code from SaveState.cpp, to make it more managable.
2026-01-08 22:22:46 +01:00
Henrik Rydgård
a591fbff38
Move two more error codes to the enum
2026-01-08 22:02:08 +01:00
刘皓
fde7821b77
Merge branch 'master' into libretro-vfs
2026-01-08 11:59:20 -05:00
刘皓
51e3eb69af
Remove all calls to zip_close() from Core/Util/GameManager.cpp
...
The zip file will be closed automatically when the `ZipContainer` goes
out of scope, or when `.close()` is called on the `ZipContainer`.
2026-01-08 11:49:05 -05:00
Henrik Rydgård
77b9a6e2e8
Prepare for adjustable save state slot count by making the Win32 menu dynamic
2026-01-08 16:07:48 +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
38ebb9d729
Set a few defaults automatically as a proof-of-concept (to reduce duplication)
...
See #18888
2026-01-05 19:03:43 +01:00
Henrik Rydgård
ccb7eee91d
Logging fix.
...
Fixes #21102
2026-01-05 16:25:04 +01:00
Henrik Rydgård
a5f877f760
Merge pull request #21099 from fp64/vfpu-sincos-fix
...
Fix vfpu_sin/vfpu_cos bug
2026-01-03 12:15:53 +01:00
fp64
ac22c45526
Fix vfpu_sin/vfpu_cos bug
...
Was looking over VFPU stuff, and noticed this.
Presumably, on x86 the code was already doing exactly this, but still, ouch.
Did retest the code on all relevant (|x|>2^32) available inputs, all matches (except NaN payloads, as usual, but that is unrelated).
2026-01-03 07:15:42 +02:00
刘皓
295ac0e9f6
Merge branch 'master' into libretro-vfs
2026-01-02 12:58:27 -05:00
Henrik Rydgård
64461329e7
More minor fixes and cleanups
2026-01-02 14:20:20 +01:00
Henrik Rydgård
3efbcb600f
Increase default exit-save-confirmation delay to 300s (5 min)
2026-01-01 20:59:36 +01:00
Henrik Rydgård
d9ba20ce99
Add sanity checks in GPU::PerformMemoryCopy and GPU::PerformMemorySet
...
Part of #21055
2026-01-01 14:43:14 +01:00
Henrik Rydgård
8631e77db2
Delete some outdated profiler integrations
2026-01-01 13:55:30 +01:00
Henrik Rydgård
6c324c6782
Minor cleanup
2026-01-01 13:47:19 +01:00
刘皓
5716cbd41d
Use the libretro VFS interface in libretro builds
2026-01-01 00:24:01 -05:00
Henrik Rydgård
5f7a937466
Rename ValidSize to ClampValidSizeAt
2025-12-30 20:31:07 +01:00
Henrik Rydgård
fb521408c7
Avoid calling IsValidRange with zero length
2025-12-30 20:31:07 +01:00
Henrik Rydgård
4ef11c8262
Memory::Memset: Ignore addresses if size == 0
2025-12-30 20:31:07 +01:00
Henrik Rydgård
f5a211884b
Minor cleanups, comments
...
Comments and warnings
2025-12-30 20:31:06 +01:00