vladignatyev / GBA4iOS

GBA4iOS mirror working on iOS 8. It's an emulator of GameBoy Advance console for Apple iPhone gadget
http://builds.io/apps/gba4ios-21/
110 stars 43 forks source link

GBAROMTableViewController init error #1

Open MichaelYNWA opened 9 years ago

MichaelYNWA commented 9 years ago

in the GBAEmulationViewController.mm:

It should initialize GBAROMTableViewController with "[[GBAROMTableViewController alloc] initWithNibName:@"GBAROMTableViewController" bundle:nil]" It is "[[GBAROMTableViewController alloc] init]" in the project at present . (xcode7.1, ios9.0)