mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
Remove unnecessary warning if xpram file doesn't exist
This commit is contained in:
parent
6da609938e
commit
fdeb8617da
@ -41,11 +41,6 @@ void LoadXPRAM(const char* vmdir)
|
|||||||
read(fd, XPRAM, XPRAM_SIZE);
|
read(fd, XPRAM, XPRAM_SIZE);
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
fprintf(stderr, "WARNING: Unable to load %s (%s)\n",
|
|
||||||
xpram_name.c_str(), strerror(errno));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user