mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 04:46:09 +00:00
Fixes to get Metaforce booting again!
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
namespace metaforce {
|
||||
|
||||
static u32 ReadCount(CInputStream& in) {
|
||||
u32 result = in.ReadLong();
|
||||
if (result == UINT32_MAX) {
|
||||
s32 result = in.ReadLong();
|
||||
if (result == -1) {
|
||||
return in.ReadLong();
|
||||
}
|
||||
u8 junk[784];
|
||||
|
||||
Reference in New Issue
Block a user