mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-19 17:10:37 +00:00
playgo: Fix loading PlayGo file. (#1639)
This commit is contained in:
parent
394a14626b
commit
b00a321b5e
3 changed files with 31 additions and 32 deletions
|
@ -97,7 +97,6 @@ struct PlaygoChunk {
|
|||
|
||||
class PlaygoFile {
|
||||
public:
|
||||
bool initialized = false;
|
||||
OrbisPlayGoHandle handle = 0;
|
||||
OrbisPlayGoChunkId id = 0;
|
||||
OrbisPlayGoLocus locus = OrbisPlayGoLocus::NotDownloaded;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue