PhilPotter / MasterEmu

MasterEmu - a C-language Android-based emulator for Sega Master System and Game Gear
https://www.philpotter.co.uk
GNU General Public License v3.0
18 stars 3 forks source link

No fill color (transparent inside) button #44

Closed soundsnow closed 6 months ago

soundsnow commented 1 year ago

I submitted this issue for MasterEmu, WonderDroid Ultra, Snepulator, DroidArcadia Some emulators use pictures as virtual buttons, and some let software generate virtual buttons. I think it is enough to have text inside the button, and there is no need to fill the color, which will block the game screen

10×10 transparent:132 Bytes fill color:141 Bytes

It's obviously faster without filling more colors so it loads into memory faster The fewer colors a device generates, the longer it will last for the hardware lifespan For the emulator that uses png images as buttons, png already supports transparent colors, but it is not jpg, why should it be filled with more colors?

132B 141B
1outline 1

image200 image201