mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
im dumb
This commit is contained in:
parent
6c8a792176
commit
019172f740
@ -17,6 +17,5 @@ void readBin(std::istream& is, T& v) {
|
||||
if (is.eof()) {
|
||||
LOG_WARNING(Render_Recompiler, "BinaryHelper: EOF");
|
||||
}
|
||||
LOG_WARNING
|
||||
is.read(reinterpret_cast<char*>(&v), sizeof(T));
|
||||
}
|
Loading…
Reference in New Issue
Block a user