Difference between revisions of "Dolphin"
Jump to navigation
Jump to search
m |
(misc edits) |
||
Line 9: | Line 9: | ||
}} | }} | ||
− | '''Dolphin''' is a Wii and GameCube emulator. It runs Wii and GameCube software (Games) on a PC (Windows, Linux, Mac). As of June 2008 Dolphin's source was released under the GPLv2 license and is under active development. | + | '''Dolphin''' is a Wii (including WiiWare) and GameCube emulator. It runs Wii and GameCube software (Games) on a PC (Windows, Linux, Mac). As of June 2008 Dolphin's source was released under the GPLv2 license and is under active development. |
− | == | + | == Compilation from Source == |
− | + | Follow the instructions to build under [http://code.google.com/p/dolphin-emu/wiki/WindowsBuild Windows], [http://code.google.com/p/dolphin-emu/wiki/Linux_dependencies Linux] or [http://code.google.com/p/dolphin-emu/wiki/MacOSX_Build MacOSX]. | |
== Use == | == Use == | ||
Line 40: | Line 40: | ||
| Fails. Only a blank screen is displayed | | Fails. Only a blank screen is displayed | ||
|} | |} | ||
+ | |||
+ | == Links == | ||
+ | |||
+ | dolphin-emulator.com Provides daily windows [http://www.dolphin-emulator.com/download.html builds] from SVN and a [http://www.dolphin-emulator.com/faq.html FAQ] to help users. | ||
== Screenshot == | == Screenshot == |
Revision as of 19:00, 29 April 2010
Dolphin | |
200px | |
General | |
---|---|
Author(s) | GoogleCode Contributors |
Type | PC utility |
Links | |
Download | |
Website |
Dolphin is a Wii (including WiiWare) and GameCube emulator. It runs Wii and GameCube software (Games) on a PC (Windows, Linux, Mac). As of June 2008 Dolphin's source was released under the GPLv2 license and is under active development.
Compilation from Source
Follow the instructions to build under Windows, Linux or MacOSX.
Use
Dolphin is useful to Wii homebrew as it allows developers to test code on a PC before running it on the Wii. However, Dolphin does not support all the features of the Wii and some problems may be experienced running homebrew.
- Run Dolphin. If you compiled Dolphin, run the appropriate executable located within Binary\Platform directory, where Platform is win32, linux, etc.
- Setup the plugins. From the menu, Options -> Configure. Select the Plugins tab
- Set Graphics to a Dolphin graphics plugin. Select 'Dolphin Direct3D9' if on windows and unsure. ( Note : Dolphin OpenGL is strongly advised )
- Set DSP to a Dolphin DSP plugin. Select 'Dolphin DSP-HLE' if on windows and unsure.
- Set Pad to a Dolphin pad plugin. Select 'Dolphin KB/X360pad' if on windows and unsure.
- Set Wiimote to a Dolphin wiimote plugin. Select 'Dolphin Wiimote' if on windows and unsure.
- Run your homebrew. From the menu, File -> Open.... Select the Devkitpro compiled .elf or .dol file. If successful, a new window will be displayed with the output.
Homebrew Compatibility
The following was tested with "gamecube-examples-20081206, Windows XP (32bit), DevkitPro r16, libogc 1.7.1a, Dolphin R2812".
Title | Description |
---|---|
examples neheGx\Lesson1-5 | Works correctly. |
examples template | Fails. Only a blank screen is displayed and no hello world text. |
examples gxSprites | Fails. Only a blank screen is displayed |
Links
dolphin-emulator.com Provides daily windows builds from SVN and a FAQ to help users.