skmp / reicast-emulator

Reicast was a multiplatform Sega Dreamcast emulator
https://reicast.emudev.org
Other
1.1k stars 343 forks source link

Black screen with GLES ARMv7 #1626

Open mpcore-hub opened 5 years ago

mpcore-hub commented 5 years ago

ARMv7 | Allwinner H3 | master | armbian | RetroPie

I have build successful reicast with USE_GLES := 1, when iam start the emulator over EmulationStation i become only a blackscreen and fallback to ES

in a second build i have build successful reicast with USE_SDL := 1 , USE_GLES := 1 works fine performance on sdl is not so good....

The Bios is the right, the Buildoptions the same the only difference is USE_SDL := 1

what could be guilty here, please help me guys

ghost commented 5 years ago

1614

mpcore-hub commented 5 years ago

this fix i have included in fork, wihout this fix i cant build the emulator! sdl works gles only dont works

hissingshark commented 5 years ago

I'm glad the fix has worked for you. I don't know if this will be the final implementation of it. As has been rightly pointed out, sure it works, but it is not the most elegant solution to the problem, so there's no merge as yet.