Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ CheckMagic
Method
CheckMagic
rpcs3/Crypto/unself.h:394–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
void Load(const fs::file& f);
393
static void Show() {}
394
bool CheckMagic() const
395
{
396
return se_magic == 0x53434500;
397
}
398
};
399
400
struct ext_hdr
Callers
1
LoadHeaders
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected