26 lines
1,021 B
Markdown
26 lines
1,021 B
Markdown
---
|
|
title: "Dumping Wii/GameCube games"
|
|
---
|
|
|
|
Want to dump a GameCube or a Wii disk? There are two ways of doing so, depending on the tools you have available with you.
|
|
|
|
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" onclick="openTab(event, 'cleanrip')">To the SD card/USB drive</button>
|
|
<button class="tablinks btn btn--large btn--info" onclick="openTab(event, 'network')">To a PC over the network</button>
|
|
|
|
{% capture cleanripInstructions %}
|
|
### Cleanrip guide
|
|
{% include_relative cleanrip.md %}
|
|
{% endcapture %}
|
|
|
|
{% capture networkInstructions %}
|
|
### Dumping a game over a local network
|
|
{% include_relative dump-smb.md %}
|
|
{% endcapture %}
|
|
|
|
<div id="cleanrip" class="blanktabcontent">{{ cleanripInstructions | markdownify }}</div>
|
|
<div id="network" class="blanktabcontent">{{ networkInstructions | markdownify }}</div>
|
|
|
|
<script>
|
|
let tabcontent = document.getElementsByClassName("blanktabcontent");
|
|
let tablinks = document.getElementsByClassName("tablinks");!!crwd_CB_1_BC_dwrc!!</script>
|
|
|