commit - 9b41192629de9587a57d2ee302016e3b513d95be
commit + a039045c9dc8ec086208d3418dc98d8078942c06
blob - /dev/null
blob + 8b4ed301e2c90e2f5e72a813a8abf12d7143cfbe (mode 644)
--- /dev/null
+++ pages/wiki/dolphin.md
+# 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)
blob - 4ab7c6866e722d135edeebf7849832de86f33ae1
blob + ef3db4f3364e1f081eb38c9a4a6403a0054adad7
--- pages/wiki.md
+++ pages/wiki.md
* [xbox](/wiki/xbox)
* [ps2](/wiki/ps2)
+* [dolphin](/wiki/dolphin)
---
blob - /dev/null
blob + 3dae63e1ee2b79a550e6aff985f890e01a0cafca (mode 644)
Binary files /dev/null and public/images/dolphin-textures.png differ