JPAEmitter work

This commit is contained in:
Jasper St. Pierre
2023-11-18 16:44:42 -08:00
parent 6a7834cc2d
commit a9c6b0fca2
6 changed files with 158 additions and 64 deletions
+1
View File
@@ -14,6 +14,7 @@ struct TRandom_fast_ {
}
u32 get_bit32(void) { return this->get(); }
u16 get_bit16(void) { return this->get() >> 16; }
// due to the float constant, having this function inlined adds that float to data,
// making it not match