Some TARGET_PC fixes

This commit is contained in:
Luke Street
2026-02-28 13:16:02 -07:00
parent 3d97a07488
commit f501960314
11 changed files with 87 additions and 58 deletions
+6
View File
@@ -1864,3 +1864,9 @@ u32 JHICommBufReader::Header::getReadableSize() const {
puts("JHICommBufReader::Header::getReadableSize is a stub");
return 0;
}
#pragma mark Decomp artifacts
void stripFloat(f32) {}
void stripDouble(f64) {}
int getStripInt() { return 0; }
void F(f32*) {}