Skip to content

Commit

Permalink
Merge branch 'shadps4-emu:main' into PartBB
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 authored Jan 6, 2025
2 parents e03b2cd + 8879380 commit 6117e68
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 226 deletions.
2 changes: 1 addition & 1 deletion src/core/libraries/playgo/playgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ s32 PS4_SYSV_ABI scePlayGoGetLocus(OrbisPlayGoHandle handle, const OrbisPlayGoCh
}

for (int i = 0; i < numberOfEntries; i++) {
if (chunkIds[i] <= playgo->chunks.size()) {
if (chunkIds[i] < playgo->chunks.size()) {
outLoci[i] = OrbisPlayGoLocus::LocalFast;
} else {
outLoci[i] = OrbisPlayGoLocus::NotDownloaded;
Expand Down
Loading

0 comments on commit 6117e68

Please sign in to comment.