libretro / gw-libretro

A libretro core for Game & Watch simulators
zlib License
31 stars 34 forks source link

Instruction-layer priority issue on arm #41

Closed ArcadeTV closed 6 years ago

ArcadeTV commented 6 years ago

On my retropie setup I stumbled upon an issue: When you hit the button for displaying the instructions, the sprites are displayed on top of the layer that shows the how-to-play-controller. Thanks for all your work, been enjoying it very much.

leiradel commented 6 years ago

Is this still a problem? It has been fixed for some time now, so I think it's just a matter of updating the core in RetroPie.

ArcadeTV commented 6 years ago

I'm afraid yes. Did a rebuild from source but the issue remains.

leiradel commented 6 years ago

There was a small bug with the layer of the sprites, where the first sprite would get the highest priority layer. This was fixed here.

I don't think that was the cause of the problem you're facing. Your problem was a known problem and was fixed here.

Could you test and see if the problem is solved? Thanks.

ArcadeTV commented 6 years ago

I testet it on my Ubuntu 16 setup last night and the issue was gone :) Still need the rebuild and test on the PI. THANKS!

leiradel commented 6 years ago

Awesome, thanks for the patience. Please re-open the issue if it's still a problem on the Pi.