-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 changed file
with
28 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,28 @@ | ||
# WOOD 3DS | ||
|
||
This is a special verion of wood adapated for the 3ds thansk to the possibility opened by https://github.com/ahezard/twl_firm_patcher | ||
|
||
New capability : | ||
- 3DS sd access and file management | ||
- ARM9 cpu speed up | ||
|
||
This is based on woodrpg 1.25 gpl source code. | ||
|
||
Tested with original r4 | ||
|
||
Actual compatibility : r4 | ||
|
||
Planned compatibility : Acekard R.P.G, r4idsn, r4i gold from www.r4ids.cn | ||
|
||
Known limitation : 3DS sd access unstable, can freeze during browsing | ||
|
||
Use devKitARM r32 to compile it : https://mega.nz/#!UMMglaJb!8hUtbdinvJGooHq4-2G4rHP8u9n7JMxebTO5YZm-9fc | ||
|
||
And this unidentified build of libnds/libfat provided by shutterbug2000 : https://mega.nz/#!HZdTnZKK!SoSsoynikasJwmiFne_K5Uc8jHpjI0_8id_pYPZjvdE | ||
|
||
The following additionals binaries are needed : | ||
|
||
r4denc, you can found it into the latest devKitArm r45 under bin/ | ||
bdftopcf, install it via cygwin | ||
|
||
|