NesDS: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox homebrew | title = NesDS | image = File:Snemulds.png | type = Emulator | version = 1.1b2 | licence = Mixed | author = huiminghao | w..." |
No edit summary |
||
| Line 198: | Line 198: | ||
extlink now accepts multibyte filename thanks to Unicode support. | extlink now accepts multibyte filename thanks to Unicode support. | ||
Directory listing is shown the same way as WinNT(8.3 lower case). <- If you name a file all lower case in 8.3... | Directory listing is shown the same way as WinNT(8.3 lower case). <- If you name a file all lower case in 8.3... | ||
/nesDS.ini is used for configuration(minIni). | /nesDS.ini is used for configuration(minIni). | ||
@----------- end -----------@ | @----------- end -----------@ | ||
*updates: | *updates: | ||
| Line 257: | Line 257: | ||
== | ==Common Issue== | ||
Run the nesDS EX Edition on ideas may cause a crush, because ideas does NOT support "swi". | Run the nesDS EX Edition on ideas may cause a crush, because ideas does NOT support "swi". | ||
NOTES:All other functionality should be identical to the original. nesDS inputs now work properly on emulators. You can run the nesDS on ideas by DLDI patching it with the R4 dldi patch usingdlditool. You must then enable DLDI support for R4 under File->Properties. You can also run nesDS on desmume but you will need to create a filesystem image from some files and embed the files to the emulator (you need to use fcsr for this). | NOTES:All other functionality should be identical to the original. nesDS inputs now work properly on emulators. You can run the nesDS on ideas by DLDI patching it with the R4 dldi patch usingdlditool. You must then enable DLDI support for R4 under File->Properties. You can also run nesDS on desmume but you will need to create a filesystem image from some files and embed the files to the emulator (you need to use fcsr for this). | ||
COMPILING: | |||
You need devkitARM to compile this project. If you are compiling on windows you also need mingw. On linux you will need to have make installed. | |||
The project compiles on windows and linux using devkitARM r32 (devkitPro). To compile on windows use | |||
msys-1.0.15 (devkitPro) as well. You do not need anyhting else to comiple the project. | |||
Compiling on windows: | |||
1) extract devkitARM to a folder | |||
2) extract msys to a folder | |||
3) add DEVKITARM environment variable and set its value to the path where you extracted devkitARM, e.g: /c/devkitARM (must be linux style path!) | |||
4) (OPTIONAL) add path to msys binaries in you windows path, e.g: c:\msys\bin (must be windows style path!) | |||
You only need to do step 4 if you want to compile from the windows command shell. You can compile the project without step 4 by launching mingw using msys.bat in the msys folder. | |||
5) change to the project main directory, either in the windows command shell (step4 required) or mingw then type make. | |||
Compiling on linux: | |||
1) extract devkitARM | |||
2) create a DEVKITARM shell variable with the path to where you extracted devkitARM, e.g: /usr/local/devkitARM | |||
You can create a variable in /etc/profile or in your home directory .bash_profile file as follows export DEVKITARM=/usr/local/devkitARM or just type this command in the shell before typing make | |||
3) change to the project main directory then type make. | |||
To delete all object files type: make clean in the main project directory | |||
If you make changes to the emulator and want to add them to this project or if you want to join the project notify us | |||
on http://sourceforge.net/projects/nesds | |||
==Credits== | ==Credits== | ||
Revision as of 05:54, 24 May 2012
| NesDS | |
| File:Snemulds.png | |
| General | |
|---|---|
| Author(s) | huiminghao |
| Type | Emulator |
| Version | 1.1b2 |
| Licence | Mixed |
| Links | |
| [Media:SNEmulDSv06a.zip Download] | |
| Website | |
| Source | |
<htmlet>adsense</htmlet>