In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Dolphin"

From WiiBrew
Jump to navigation Jump to search
(Added logo & Screenshot)
m (rearranged infobox content)
Line 8: Line 8:
 
| peripherals = {{Wii}} {{Wiimote}} {{WiiSpeak}} {{USBKeyboard}} {{USBMouse}} {{Internet}}
 
| peripherals = {{Wii}} {{Wiimote}} {{WiiSpeak}} {{USBKeyboard}} {{USBMouse}} {{Internet}}
 
}}
 
}}
 
+
{{Infobox
 +
|below = [http://en.wikipedia.org/wiki/Dolphin_%28emulator%29 Wikipedia]
 +
}}
 
{{Infobox
 
{{Infobox
 
|title  = Screenshot
 
|title  = Screenshot
 
|image  = [[File:Dolphin_(Emulator)_screenshot.png|200px]]
 
|image  = [[File:Dolphin_(Emulator)_screenshot.png|200px]]
 
|caption = Dolphin SVN R 2984-release
 
|caption = Dolphin SVN R 2984-release
 
|belowstyle = background:#ddf;
 
|below = [http://en.wikipedia.org/wiki/Dolphin_%28emulator%29 Wikipedia]
 
 
}}
 
}}
  
  
'''Dolphin''' is a Wii and GameCube emulator. It allows Wii and GameCube games to be run on a Windows PC, Linux PC or a Mac. As of June 2008 (when it became open source) Dolphin is under active development.
+
'''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.
  
 
== Download ==
 
== Download ==
 
+
The Dolphin website provides 'unofficial' builds, but they are out of date and often aren't available. It is recommended to compile 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].
Dolphin website is located at [http://www.dolphin-emu.com http://www.dolphin-emu.com]. The website does provide 'unofficial' builds but the builds are out of date and often aren't available to download. It is recommended to compile from source. Follow the [http://code.google.com/p/dolphin-emu/wiki/WindowsBuild Windows build instructions], [http://code.google.com/p/dolphin-emu/wiki/Linux_dependencies Linux build instructions] or [http://code.google.com/p/dolphin-emu/wiki/MacOSX_Build Mac build instructions].
 
  
 
== Use ==
 
== 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.
  
Dolphin is useful to Wii homebrew as it allows developers to test their code on a PC before running the code on the Wii. However, Dolphin does not support all the features of the Wii and you may experience some problems running your homebrew.
+
# Run Dolphin. If you compiled Dolphin, run the appropriate executable located within Binary\''Platform'' directory, where ''Platform'' is win32, linux, etc.
 
 
# Run Dolphin. If you compiled Dolphin, run Dolphin.exe located within Binary\''Platform'' directory, where ''Platform'' is win32, linux, etc.
 
 
# Setup the plugins. From the menu, '''Options''' -> '''Configure'''. Select the '''Plugins''' tab
 
# 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 Graphics to a Dolphin graphics plugin. Select 'Dolphin Direct3D9' if on windows and unsure. ( Note : Dolphin OpenGL is '''strongly''' advised )
Line 35: Line 32:
 
## Set Pad to a Dolphin pad plugin. Select 'Dolphin KB/X360pad' 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.
 
## 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 your homebrew.
+
# 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 and Dolphin ==
 
  
 +
== Homebrew Compatibility ==
 +
The following was tested with "gamecube-examples-20081206, Windows XP (32bit), DevkitPro r16, libogc 1.7.1a, Dolphin R2812".
 
{| class="apptable sortable"
 
{| class="apptable sortable"
 
! width="20%" | Title
 
! width="20%" | Title
 
! Description
 
! Description
! width="35%" | Version
 
 
|-
 
|-
 
| examples neheGx\Lesson1-5
 
| examples neheGx\Lesson1-5
 
| Works correctly.
 
| Works correctly.
| Using gamecube-examples-20081206, Windows XP (32bit), DevkitPro r16, libogc 1.7.1a, Dolphin R2812.
 
 
|-
 
|-
 
| examples template
 
| examples template
 
| Fails. Only a blank screen is displayed and no hello world text.
 
| Fails. Only a blank screen is displayed and no hello world text.
| Using gamecube-examples-20081206, Windows XP (32bit), DevkitPro r16, libogc 1.7.1a, Dolphin R2812.
 
 
|-
 
|-
 
| examples gxSprites  
 
| examples gxSprites  
 
| Fails. Only a blank screen is displayed
 
| Fails. Only a blank screen is displayed
| Using gamecube-examples-20081206, Windows XP (32bit), DevkitPro r16, libogc 1.7.1a, Dolphin R2812.
 
 
|}
 
|}
  

Revision as of 06:04, 6 December 2009

Dolphin
200px
General
Author(s)GoogleCode Contributors
TypeUtility , Console Emulator , Loader , PC Utility
Links
Download
Website
Peripherals
WiiDrawing.svg Wiimote.svg WiiSpeak.svg USB Keyboard USB Mouse Internet
Wikipedia
Screenshot
Dolphin (Emulator) screenshot.png
Dolphin SVN R 2984-release


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.

Download

The Dolphin website provides 'unofficial' builds, but they are out of date and often aren't available. It is recommended to compile 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.

  1. Run Dolphin. If you compiled Dolphin, run the appropriate executable located within Binary\Platform directory, where Platform is win32, linux, etc.
  2. Setup the plugins. From the menu, Options -> Configure. Select the Plugins tab
    1. Set Graphics to a Dolphin graphics plugin. Select 'Dolphin Direct3D9' if on windows and unsure. ( Note : Dolphin OpenGL is strongly advised )
    2. Set DSP to a Dolphin DSP plugin. Select 'Dolphin DSP-HLE' if on windows and unsure.
    3. Set Pad to a Dolphin pad plugin. Select 'Dolphin KB/X360pad' if on windows and unsure.
    4. Set Wiimote to a Dolphin wiimote plugin. Select 'Dolphin Wiimote' if on windows and unsure.
  3. 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