Results 4 comments of Barry

Sorry I forgot one important thing. Why note these two lines: ` self.gameContainer.frame = self.view.frame; self.controllerContainerView.frame = self.view.frame;` [https://github.com/WilliamLCobb/iNDS/blob/5342237d2f59e35a0f11c5b974ceebb890218c26/iNDS/iNDSEmulatorViewController.mm](url)

The .strings files are used for App inner localization like content on UILabel or UITextField. However these files cannot localize other things like App Name, App Privacy Descriptions. In iOS...

Oh~sorry sir, I just noticed that there's another Info.plist in support folder. I'm so sorry I misunderstand u sir. I've checked these two files, and I figure out why it's...

@wisenight I met the same problem. In iOS devices, armv7 means iPhone 4 or iPad 1 and so on, armv7s meas iPhone 5 and so on, all it's 32 bit...