Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPCN 0.8 #14951

Merged
merged 2 commits into from Dec 29, 2023
Merged

RPCN 0.8 #14951

merged 2 commits into from Dec 29, 2023

Conversation

RipleyTom
Copy link
Contributor

@RipleyTom RipleyTom commented Dec 28, 2023

Added

  • Added full TUS(Title User Storage) API support.
  • Added GetNetworkTime support.

Fixed

  • Packet size being incorrectly stored in a u16 instead of a u32(could also fix some score data related bugs)
  • Initialization of some atomic_t used for thread sync to 0

Some games that use sceNpTus should now work(P5 cloud save, fighting games using TUS to store online stats, etc).

rpcs3/Emu/NP/rpcn_client.cpp Outdated Show resolved Hide resolved
rpcs3/Emu/NP/rpcn_client.cpp Outdated Show resolved Hide resolved
rpcs3/Emu/Cell/Modules/sceNpTus.cpp Outdated Show resolved Hide resolved
rpcs3/Emu/Cell/Modules/sceNpTus.cpp Outdated Show resolved Hide resolved
rpcs3/Emu/Cell/Modules/sceNpTus.cpp Outdated Show resolved Hide resolved
rpcs3/Emu/Cell/Modules/sceNpTus.cpp Outdated Show resolved Hide resolved
@Megamouse Megamouse merged commit 03761c5 into RPCS3:master Dec 29, 2023
4 of 6 checks passed
@RipleyTom RipleyTom deleted the rpcn_0.8 branch January 26, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants