- #WHERE IS THE SD FOR DOLPHIN ON MAC MANUAL#
- #WHERE IS THE SD FOR DOLPHIN ON MAC FULL#
- #WHERE IS THE SD FOR DOLPHIN ON MAC ANDROID#
Quick guide for mounting and editing the virtual SD card with the ImDisk Virtual Disk Driver: WinImage is unreliable, because oddly enough, it will cause desync and few other unforeseeable problems. The Windows users must use a third party software that can mount the virtual SD card.
Hdiutil mount $(hdiutil attach -nomount -imagekey diskimage-class=CRawDiskImage ~/Library/Application\ Support/Dolphin/Wii/sd.raw) Windows If you get an error ( hdiutil: attach failed - no mountable file systems), you can use these commands instead: The virtual SD card can then be ejected through Finder when done being edited. Hdiutil attach -imagekey diskimage-class=CRawDiskImage ~/Library/Application\ Support/Dolphin/Wii/sd.raw In Terminal window, type the following to mount the virtual SD card: When you are done, unmount the virtual SD card: Sudo mount -o defaults,umask=000 ~/.local/share/dolphin-emu/Wii/sd.raw /media/sdcard The virtual SD card can be edited by mounting it to a virtual disk. This example create a 2048 megabyte (2GB) SD card, but one can replace the 2048 with an alternate number of megabytes.ĭd if=/dev/zero bs=1M count=2048 of=sd.raw If the above tool does not work, one can manually create a FAT32 partition image in Linux provided dosfstools is installed.įirst, pull up a terminal, and then chdir into the Wii folder, which under certain configurations may be located at ~/.local/share/dolphin-emu/Wii instead. Mv ~/Library/"Application Support"/Dolphin/Wii/sd.raw.dmg ~/Library/"Application Support"/Dolphin/Wii/sd.raw Hdiutil create -megabytes 2048 -fs MS-DOS -layout NONE -o ~/Library/"Application Support"/Dolphin/Wii/sd.raw This example creates a 2048 megabyte (2GB) SD card formatted as FAT32:
#WHERE IS THE SD FOR DOLPHIN ON MAC ANDROID#
Linux: ~/.dolphin-emu/Wii/sd.raw OR ~/.local/share/dolphin-emu/Wii/sd.raw OS X: ~/Library/Application\ Support/Dolphin/Wii/sd.raw Windows: "%userprofile%\Documents\Dolphin Emulator\Wii\sd.raw" (quotation marks are necessary when copying it to Command Prompt)Īlternatively, a non-Mediafire download link can be found by visiting and downloading the OS-specific zip there (mksdcard is part of the Android SDK)
#WHERE IS THE SD FOR DOLPHIN ON MAC FULL#
Drag and drop mksdcard file into the command window for the full directory pointing to mkscard.