diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-08-30 10:17:31 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-08-30 10:17:31 -0400 |
| commit | a039045c9dc8ec086208d3418dc98d8078942c06 (patch) | |
| tree | 58c4ca514d0a280cf804877f5c9e6f9d8955842c /pages/wiki | |
| parent | 9b41192629de9587a57d2ee302016e3b513d95be (diff) | |
Add simple Dolphin page under wiki
Diffstat (limited to 'pages/wiki')
| -rw-r--r-- | pages/wiki/dolphin.md | 25 |
1 files changed, 25 insertions, 0 deletions
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! + + |
