Open GXTX opened 3 years ago
Offending line in apu.c, however atomic.h
has some notes about ATOMIC_REG_SIZE
here, that suggests i686 would support this but they put the limitation, just because?
I'm not sure it's worth 'fixing' at this point with the GL requirements having been pushed higher somewhat recently.
This can still be fixed it just hasn't been a priority. The patch should be trivial if you want to try
As a test I just set it to be 8
size but unfortunately I don't have a card for this system which supports OpenGL 4.0, the card I have supports 3.3. There are PCI cards which can support higher but the price of them has been skyrocketing as of late (and are quite rare as they would deep into PCIe standard), so I'm going to consider this as something which wont be get fixed as anyone running a 32bit OS likely isn't running xemu with a card new enough for 4.0. Removing the check it seems xemu does indeed require 4.0 support.
This can and should still be fixed. I'll get to it. Re-opened for tracking.