aboutsummaryrefslogtreecommitdiffhomepage
path: root/pages/wiki/dolphin
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-09-25 13:30:54 -0400
committerBradley Taunt <bt@btxx.org>2025-09-25 13:30:54 -0400
commitebb2eaac07edd8c72c85b715f5ebd02a1034c4aa (patch)
tree41446c2ffd9e5e7496b3d87bc66f6f09d8d0d19f /pages/wiki/dolphin
parent3a5be04c0ec782b35d8f23f4184a8122f4bacd0b (diff)
Header, footer, a couple wiki page updatesHEADmaster
Diffstat (limited to 'pages/wiki/dolphin')
-rw-r--r--pages/wiki/dolphin/custom-hd-textures.md25
-rw-r--r--pages/wiki/dolphin/netplay.md5
2 files changed, 30 insertions, 0 deletions
diff --git a/pages/wiki/dolphin/custom-hd-textures.md b/pages/wiki/dolphin/custom-hd-textures.md
new file mode 100644
index 0000000..f913b4a
--- /dev/null
+++ b/pages/wiki/dolphin/custom-hd-textures.md
@@ -0,0 +1,25 @@
+# Dolphin: Custom HD Textures
+
+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/pages/wiki/dolphin/netplay.md b/pages/wiki/dolphin/netplay.md
new file mode 100644
index 0000000..013a4a2
--- /dev/null
+++ b/pages/wiki/dolphin/netplay.md
@@ -0,0 +1,5 @@
+# Dolphin: NetPlay
+
+1. Install [Dolphin](https://dolphin-emu.org/download/) for your proper platform and install
+2. Launch Dolphin and navigate to **Tools** > **Start NetPlay...**
+3. Enter the `IP` provided by the host and join! \ No newline at end of file