-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
58 lines (51 loc) · 3.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UWUVCI Guide</title>
<link rel="stylesheet" href="styles/guide.css" type="text/css">
</head>
<body>
<div class="card">
<div class="header">
<p><b>UWUVCI Guide</b></p>
</div>
<div class="container">
<p>Here is a quick guide to help you get started using UWUVCI.</p>
<p><a href="https://www.youtube.com/watch?v=I5UdYcVSRSA&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id" class="class1">Official Video Guide</a></p>
</div>
</div></br>
<table class="tg">
<tr>
<th class="startrow1width"></th>
<th class="startrow2width"></th>
<th class="startrow3width"></th>
</tr>
<tr>
<td class="tg-blue" style="padding:10px"><a href="nds/nds.html"><img src="styles/images/nds.png" alt="Nintendo DS"></a><a href="nds/nds.html" target="_self" class="class1" style="margin:6px">NDS</a></td>
<td class="tg-blue" style="padding:10px"><a href="gba/gba.html"><img src="styles/images/gba.png" alt="Gameboy Advance"></a><a href="gba/gba.html" target="_self" class="class1" style="margin:6px">GBA</a></td>
<td class="tg-blue" style="padding:10px"><a href="n64/n64.html"><img src="styles/images/n64.png" alt="Nintendo 64"></a><a href="n64/n64.html" target="_self" class="class1" style="margin:6px">N64</a></td>
</tr>
<tr>
<td class="tg-blue" style="padding:10px"><a href="snes/snes.html"><img src="styles/images/snes.png" alt="SNES"></a><a href="snes/snes.html" target="_self" class="class1" style="margin:6px">SNES</a></td>
<td class="tg-blue" style="padding:10px"><a href="nes/nes.html"><img src="styles/images/nes.png" alt="NES"></a><a href="nes/nes.html" target="_self" class="class1" style="margin:6px">NES</a></td>
<td class="tg-blue" style="padding:10px"><a href="tgfx/tgfx.html"><img src="styles/images/tgfx.png" alt="TurboGrafX"></a><a href="tgfx/tgfx.html" target="_self" class="class1" style="margin:6px">TGFX</a></td>
</tr>
<tr>
<td class="tg-blue" style="padding:10px"><a href="msx/msx.html"><img src="styles/images/msx.png" alt="MSX"></a><a href="msx/msx.html" target="_self" class="class1" style="margin:6px" >MSX</a></td>
<td class="tg-blue" style="padding:10px"><a href="wii/wii.html"><img src="styles/images/wii.png" alt="Wii"></a><a href="wii/wii.html" target="_self" class="class1" style="margin:6px">Wii</a></td>
<td class="tg-blue" style="padding:10px"><a href="gcn/gcn.html"><img src="styles/images/gcn.png" alt="Gamecube"></a><a href="gcn/gcn.html" target="_self" class="class1" style="margin:6px">GCN</a></td>
</tr>
</table>
<p> </p>
<div class="card">
<div class="header">
<p><b>Aroma Users</b></p>
</div>
<div class="container">
<p>Download the <a href="https://github.com/marco-calautti/SigpatchesModuleWiiU/releases/download/1.2/01_sigpatches.rpx">Sigpatches Module</a> and copy it to <code>/wiiu/environments/aroma/modules/setup</code> on your SD Card.</p>
<p>Optionally, WiiVC Injections with a patched C2W can use the <a href="https://github.com/V10lator/c2w_patcher/releases">c2w_patcher plugin</a>. Copy it to <code>/wiiu/environments/aroma/plugins</code> on your SD Card.</p>
</div>
</div>
</body>
</html>