osaka
Results
1
comments of
osaka
It's not endianess. `RendPos` is `uint32_t *` but it points to a byte-aligned address, not a word-aligned one https://github.com/libretro/libretro-cap32/blob/e727310c86ef1dc1d1c3ffa2e7fa73b3c8dd0d0d/cap32/crtc.c#L1243 This upsets some platforms; x86 and ARM are immune, while MIPS...