mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-31 10:25:39 +00:00
img fixes
This commit is contained in:
parent
e5f8cdf6f7
commit
039ba5b833
|
@ -0,0 +1,17 @@
|
|||
# Dolphin Controls
|
||||
|
||||
## Gamecube Controls
|
||||
|
||||
The controls here are described as an Xbox Layout style controller.
|
||||
|
||||
| Action | Button | Comment |
|
||||
| :--- | :---: | :---: |
|
||||
| Primary Fire | `R2` | |
|
||||
|
||||
## Wii Controls
|
||||
|
||||
The controls here are described as an Xbox Layout style controller.
|
||||
|
||||
| Action | Button | Comment |
|
||||
| :--- | :---: | :---: |
|
||||
| Primary Fire | `R2` | |
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
<img src="../../../wiki_images/logos/dolphin-logo.png" width="150"> <img src="../../../wiki_images/logos/primehack-logo.png" width="150">
|
||||
|
||||
Dolphin feature rich a GameCube and Wii Emulator. Primehack is a fork of Dolphin intended just to give Metroid Prime Trilogy mouselook controls.
|
||||
Dolphin feature rich a GameCube and Wii Emulator.
|
||||
|
||||
Primehack is a fork of Dolphin intended just to give Metroid Prime Trilogy mouselook controls and other improvements.
|
||||
|
||||
### Dolphin Links:
|
||||
|
||||
|
@ -27,11 +29,22 @@ Dolphin feature rich a GameCube and Wii Emulator. Primehack is a fork of Dolphin
|
|||
|
||||
|
||||
## Where to put the games
|
||||
Gamecube games should be put under the `retrodeck/roms/gc/` directory.<br>
|
||||
|
||||
Wii games should be put under the `retrodeck/roms/wii/` directory.
|
||||
The supported formats are `CISO`, `DFF`, `DOL`, `ELF`, `GCM`, `GCZ`, `ISO`, `JSON`, `M3U`, `RVZ`, `TGC`, `WAD`, `WBFS`, `WIA`, `7Z` `ZIP`. <br>
|
||||
**NOTE:** `WBFS` and `WAD` are the original format supported by the Wii console.
|
||||
**Gamecube:**
|
||||
|
||||
Should be put under the `retrodeck/roms/gc/` directory.
|
||||
|
||||
**Wii:**
|
||||
|
||||
Should be put under the `retrodeck/roms/wii/` directory.
|
||||
|
||||
## What file formats does Doplhin support?
|
||||
|
||||
The supported formats are `CISO`, `DFF`, `DOL`, `ELF`, `GCM`, `GCZ`, `ISO`, `JSON`, `M3U`, `RVZ`, `TGC`, `WAD`, `WBFS`, `WIA`, `7Z` `ZIP`.
|
||||
|
||||
**NOTE:**
|
||||
|
||||
`WBFS` and `WAD` are the original format supported by the Wii console.
|
||||
|
||||
## How do I use a Real Wii Remote with RetroDECK and Dolphin / Primehack?
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Dolphin / Primehack - Texture Pack Guide
|
||||
|
||||
Primehack is based on Dolphin so the method is the same.
|
||||
|
||||
The `~/retrodeck/texture_packs/dolphin/` & `~/retrodeck/texture_packs/primehack/` represents the `/load/Textures` folder.<br>
|
||||
|
@ -7,6 +8,7 @@ Some texture packs could made for a specific version or region of a game. Make s
|
|||
`GAME_ID` is different for every game.
|
||||
|
||||
## Enable Custom Textures
|
||||
|
||||
* Open up Dolphin or Primehack inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` or `Primehack`.
|
||||
* Press `Options` -> `Graphic Settings`
|
||||
|
||||
|
|
Loading…
Reference in a new issue