Hello,
Firstly, does anyone know if Mala is being actively developed, there are no contacts on the website (but it must be doing something for someone to pay the bills) and no updates for ages, if not I'd love the code so I can update it. Second, can anyone help with this problem, I've invested hours upon hours on my front-end and I find a bug of sorts in mala has completely ruined my arcade.
I'm using the tree view of navigating emulators but half the time I use it (i.e. random apparently) when I switch from an emulator menu back to the main menu it forgets to draw the backdrop and instead draws the background colour. I suspect there's a null pointer issue with the image, but it doesn't always happen.
1. The first picture is my main emulator menu. The way this works is you have a standard main image for the page and a sub-image for each emulator (in this case the sub-image is metal slug). Thus every emulator looks the same except for the image you see on the right (in this case the image for MAME).
2. When I go into an emulator I get sub-menu as shown in the second image, in this case MAME. This is a full screen image.
3. Randomly when I exit the menu and go back to the main menu it goes wrong as shown in the third picture. From point 1, what is happening is it is refreshing the sub-image but forgetting to redraw the main image. Standard view is fine as it always redraws emulator windows.
Anyone got any ideas or whereabouts of the mala author/code?
I appreciate there is a mala sub-forum but it doesn't look particularly busy and not many replies are going on there.