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

sys_game_board_storage_read(): Fix regression after #12637 #12646

Merged
merged 1 commit into from
Sep 13, 2022
Merged

sys_game_board_storage_read(): Fix regression after #12637 #12646

merged 1 commit into from
Sep 13, 2022

Conversation

brian218
Copy link
Contributor

The data that sys_game_board_storage_read() generates should be corresponding to the PSID by XOR.
Before #12637, the PSID was always set to 0 so it was fine to use the fixed data without XOR directly.
This PR fixed the regression that sys_game_board_storage_read() generated incorrect data when PSID was not set to 0;

@Nekotekina Nekotekina merged commit b9e20dc into RPCS3:master Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants