diff options
Diffstat (limited to 'pages/wiki/dolphin')
| -rw-r--r-- | pages/wiki/dolphin/custom-hd-textures.md | 25 | ||||
| -rw-r--r-- | pages/wiki/dolphin/netplay.md | 5 |
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! + + 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 |
