Open htruong opened 6 years ago
I see, somehow the configure script doesn't honor --disable-vosf
or --enable-vosf=false
.
Changed the config.h
to comment out ENABLE_VOSF
solves the problem... I wonder why the configure script does that though.
I'm trying to compile your branch on Raspberry Pi Zero.
SDL2 2.0.7 (latest) was compiled per instructions here:
https://solarianprogrammer.com/2015/01/22/raspberry-pi-raspbian-getting-started-sdl-2/
The SDL2 example runs fine on OpenGL ES.
BasiliskII was compiled with
./configure --enable-sdl-audio --enable-sdl-framework --enable-sdl-video --disable-vosf --without-mon --without-esd --without-gtk --disable-nls
I transferred a working Mac image to the Pi.
There was a mouse cursor on the left of the screen, seems like SDL2 initialized fine.
I wonder if you have any idea what it was? I was able to compile and run it on my laptop, BTW.