TASEmulators / freej2me-plus

A free J2ME emulator with libretro, awt and sdl2 frontends.
https://tasemulators.github.io/freej2me-plus/
Other
0 stars 0 forks source link

TiledLayer isn't implemented properly #2

Closed AShiningRay closed 3 days ago

AShiningRay commented 6 days ago

Apps such as Arcadius (any res) and JBenchmark 2 have broken graphics in certain areas of the screen (background in Arcadius, a whole test in JBenchmark), with FreeJ2ME only logging "Tiled Layer" on the console whenever a game/app tries to use them.

AShiningRay commented 3 days ago

Fixed by ba95e3e8343729938747610501006f97cbb2f80a

At least both JBenchmark 2 and Arcadius render their Tiled Layer objects fine, not sure which other apps benefit from this and could break, since the compatibility list doesn't have any others yet.