From a039045c9dc8ec086208d3418dc98d8078942c06 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 30 Aug 2024 10:17:31 -0400 Subject: Add simple Dolphin page under wiki --- pages/wiki.md | 1 + pages/wiki/dolphin.md | 25 +++++++++++++++++++++++++ public/images/dolphin-textures.png | Bin 0 -> 658759 bytes 3 files changed, 26 insertions(+) create mode 100644 pages/wiki/dolphin.md create mode 100644 public/images/dolphin-textures.png diff --git a/pages/wiki.md b/pages/wiki.md index 4ab7c68..ef3db4f 100644 --- a/pages/wiki.md +++ b/pages/wiki.md @@ -19,6 +19,7 @@ This is the homepage for my personal wiki. All sub-directories are listed below. * [xbox](/wiki/xbox) * [ps2](/wiki/ps2) +* [dolphin](/wiki/dolphin) --- diff --git a/pages/wiki/dolphin.md b/pages/wiki/dolphin.md new file mode 100644 index 0000000..8b4ed30 --- /dev/null +++ b/pages/wiki/dolphin.md @@ -0,0 +1,25 @@ +# Dolphin (Gamecube Emulator) + +This page contains all the details of my personal gaming setup for the Dolphin emulator on macOS (Linux is fairly similar using `apt`, `apk` etc). + +## Installing Dolphin + +Grab the latest build from `brew`: + +``` +brew install dolphin +``` + +That's it! + + +## Custom HD Textures + +1. Check both `Load Custom Textures` and `Prefetch Custom Textures` in the main **Graphics** settings +2. Open `File` > `Open User Folder` +3. Navigate to `Load` > `Textures` +4. Create a new folder named after your game code (ie, RE2 is `GHAE08`) +5. Dump all texture files into this newly created folder +6. Enjoy HD textures! + +![The graphics settings for the Dolphin emulator](/public/images/dolphin-textures.png) diff --git a/public/images/dolphin-textures.png b/public/images/dolphin-textures.png new file mode 100644 index 0000000..3dae63e Binary files /dev/null and b/public/images/dolphin-textures.png differ -- cgit v1.2.3-54-g00ecf