Add missing back button
This commit is contained in:
parent
34668a9268
commit
580f30372a
1 changed files with 17 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Browser Exploit
|
||||
|
||||
---
|
||||
To install CFW, we first need to launch the Homebrew Launcher through the browser exploit.
|
||||
Make sure your Wii U has internet access for this step.
|
||||
|
||||
|
@ -9,3 +9,18 @@ Make sure your Wii U has internet access for this step.
|
|||
1. Launch the internet browser and open `wiiuexploit.xyz`.
|
||||
1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher.
|
||||
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
|
||||
<div class="docsify-pagination-container">
|
||||
<div class="pagination-item pagination-item--previous">
|
||||
<a href="#/vwii/vwii-modding">
|
||||
<div class="pagination-item-label">
|
||||
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
|
||||
</svg>
|
||||
<span>PREVIOUS</span>
|
||||
</div>
|
||||
<div class="pagination-item-title">vWii Modding</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in a new issue