neonichu / MD.emu

Git mirror of MD.emu, a Sega Genesis and Master system emulator for iOS copyright 2011 Robert Broglia
http://www.explusalpha.com/home/md-emu
34 stars 22 forks source link

Gamepad displayed incorrectly #2

Closed atesanec closed 11 years ago

atesanec commented 11 years ago

Hello,

I have noticed that both on iPhone and iPad virtual gamepad is displayed incorrectly (see screenshot below). Hope for your help

Best Regards, Victor Ilinskiy IMG_5674

eamonnfaherty commented 11 years ago

the same is happening when I deploy to my iphone5 which is running ios 6.0.1

ssh4net commented 11 years ago

Same here, ipad 2 iOS 6.1.3

ssh4net commented 11 years ago

Find solution. After open project in xcode. Open resources folder, and change path for overlay64.png and overlay128.png from existing that going to NES controller. To MD.emu/MD.emu/res/overlays/ Also in MD.emu/MD.emu/res/ios you can find missed icons. But you need trim transparent pixels from some icons first, or xcode not allow use them.

Don't understand why this happen with source. Or new xcode broke something or source have some "fixes".

neonichu commented 11 years ago

This project is just a repackaging done by me, I will update to the newest upstream version soon, but I don't do any actual development on it.