forked from WilliamLCobb/GC4iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
c3e2816
commit 0fec242
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# GC4iOS - GameCube emulator for iOS | ||
|
||
GC4iOS | ||
======= | ||
###### Supports iOS 8.1 and up. 64 bit devices only. | ||
|
||
Currently GC4iOS uses Dolphin's' PowerPC Interpreter and an OpenGL backend. Most games can be loaded and run between 3 and 20 fps. | ||
|
||
Only devices with 2GB of ram have been tested (iPhone 6s, ect). Devices with 1GB may work but have not been tested. | ||
|
||
Please note this is an early alpha version. Without JIT, the emulator will not be fast enough to play any games at a playable speed. | ||
|
||
Installing GC4iOS | ||
------------------------ | ||
Download the source and open the project file in the root directory. Set your device as the build target and press build and run. | ||
|
||
|
||
|
||
To-do | ||
------------------------ | ||
###### Planned improvments | ||
* Customizeable controller | ||
* Net Play | ||
* Cheats | ||
* JIT |