Dolphin
From XBMC Advanced Launcher Wiki Pages
Dolphin is a GameCube and Wii emulator. Most games run perfectly or with minor bugs. Games are playable at HD quality, up to 1080p. This is a remarkable feature the actual GameCube and Wii consoles are not capable of. As an open source project everyone can commit improvements. The code is hosted on code.google.com. Dolphin is actively developed and almost every day new features are added and bugs fixed as well.
Contents |
Linux
Configuration
Prior to use Dolphin emulator with XBMC you need to use its GUI to modify some options. Into Options/Configure/Display menu:
- Check "Start Renderer in Fullscreen" option
- Check "Hide mouse cursor" option
- Uncheck "Confirm on Stop" option
Into Options/Configure/Path menu select the directory where are located your iso files.
For some Linux system configuration, the Dolphin emulator cannot be directly started from XBMC due to a problem related to users privilege access. This could be bypassed by stating dolphin-emu using the sudo command line as follow.
Application
/usr/bin/sudo
Arguments
-u username /usr/bin/dolphin-emu -e "%rom%" -b
Where username is the name of the user with the rights to execute dolphin-emu.
Roms Extension
elf|dol|gcm|iso|wad
Windows
Configuration
Prior to use Dolphin emulator with XBMC you need to use its GUI to modify some options. Into Options/Configure/Display menu:
- Check "Start Renderer in Fullscreen" option
- Check "Hide mouse cursor" option
- Uncheck "Confirm on Stop" option
Into Options/Configure/Path menu select the directory where are located your iso files.
Application
C:\Program Files (x86)\Dolphin-x64\x64\Dolphin.exe
Arguments
/b /e "%rom%"
Roms Extension
elf|dol|gcm|iso|wad
External Links
- Suspend XBMC while running Dolphin under Windows using .bat script.
- Close XBMC while running Dolphin under Windows using AutoIt script.
- Dolphin Website