forked from brockstar3/nds4ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
nds4ios | ||
nds4ios - nds4droid port for iOS | ||
======= | ||
|
||
nds4droid port for iOS | ||
nds4ios based on Desmume and nds4droid | ||
|
||
[Desmume](http://desmume.org/) | ||
|
||
[nds4droid](http://jeffq.com/blog/nds4droid/) | ||
|
||
|
||
Build instructions | ||
------------------------ | ||
|
||
1. Open terminal and go to your working directory; | ||
|
||
2. Print | ||
<code>git clone https://github.com/rock88/nds4ios.git</code> | ||
|
||
3. | ||
<code>cd nds4ios</code> | ||
|
||
4. | ||
<code>git submodule update --init</code> | ||
|
||
5. Open "nds4ios.xcodeproj", connect your device, select it on Xcode and click "Run" button (or Command + R), don't build it for Simulator. | ||
|
||
|
||
To-do | ||
------------------------ | ||
* 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters