nds4ios based on Desmume and nds4droid
-
Open terminal and go to your working directory;
-
Print
git clone https://github.com/rock88/nds4ios.git
-
cd nds4ios
-
git submodule update --init
-
Open "nds4ios.xcodeproj", connect your device, select it on Xcode and click "Run" button (or Command + R), don't build it for Simulator.
- Cleanup and refactor code, remove "ugly hack" (see nds4ios-Prefix and android/log.h);
- JIT (oh, for clang compiler it be very hard);
- OpenGLES rendering;
- Sound;
- Save state;
- iPhone 5 and iPad support;
- Better on-screen pads;
- Using Cmake for generate Xcode project;
- and more.