forked from Panda3DS-emu/panda3ds-dot-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
130 lines (116 loc) · 7.17 KB
/
faq.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="panda.css">
<link rel="stylesheet" href="hamburger.css">
<link rel="stylesheet" href="wave.css">
<link rel="icon" href="images/panda-icon.png">
<title>FAQ - Panda3DS</title>
<style type="text/css">
ul {
text-align: center;
list-style-position: inside;
}
</style>
</head>
<body style="background-color:#FFE5B4">
<nav class="navbar navbar-expand-md sticky-top border-bottom" data-bs-theme="dark" style="background-color: #ce5151c8;">
<div class="container justify-content-center">
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" aria-controls="#offcanvas" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="#offcanvas" aria-labelledby="#offcanvasLabel">
<div class="offcanvas-body">
<ul class="navbar-nav nav-menu flex-grow-1 justify-content-center">
<li class="nav-item"><a class="nav-link" href="index.html" style="color:#ffffff">Home</a></li>
<li class="nav-item"><a class="nav-link" href="download.html" style="color:#ffffff">Download</a></li>
<li class="nav-item"><a class="nav-link" href="faq.html" style="color:#ffffff">FAQ</a></li>
<div class="dropdown">
<button class="btn dropdown-toggle" style="color:#ffffff" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Community
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://discord.gg/ZYbugsEmsw">Discord</a>
<a class="dropdown-item" href="https://twitter.com/Panda3DS_emu">Twitter</a>
<a class="dropdown-item" href="https://www.youtube.com/@Panda3DS">Youtube</a>
<a class="dropdown-item" href="https://www.reddit.com/r/Panda3DS/">Reddit</a>
</div>
</div>
<div class="dropdown">
<button class="btn dropdown-toggle" style="color:#ffffff" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Donate
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://www.patreon.com/wheremyfoodat">Patreon</a>
<a class="dropdown-item" href="https://ko-fi.com/wheremyfoodat">Ko-Fi</a>
</div>
</div>
<li class="nav-item"><a class="nav-link" href="https://github.com/wheremyfoodat/Panda3DS" style="color:#ffffff">Github</a></li>
</ul>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</div>
</nav>
<s><p style="text-align: center;">Guys please put the frequently asked stuff here</p></s>
<div class="card mb-3"
style="max-width:80%; margin:auto; text-align:center; border-radius:10px; background-color:#f67e8ec8; padding:5px 20px; position:relative; z-index: 100">
<h2 style="text-align: center;">Frequently Asked Questions</h2>
<br>
<h3>Will my favourite game work?</h3>
<p>The emulator is still a work in progress and not all games have been tested, but you can check our <a
href="https://github.com/Panda3DS-emu/Panda3DS-Games-List">Github Compatiblity List</a>. The compatibility list might not always
be up-to-date though, so why don't you try it out!</p>
<h3>Why do Miis have a photo of a panda on them?</h3>
<p>The miis have a photo of a panda on them because it's a placeholder until dumping mii files from your 3DS
and using them are implemented, and the emulator is panda-themed</p>
<h3>How do I adjust my settings?</h3>
<p>We're still working on a <a href="https://github.com/wheremyfoodat/Panda3DS/pull/421">config menu</a>,
so to change your settings, you need to edit the config.toml file with a text editor like Notepad</p>
<h3>How can I make the emulator saves and data portable?</h3>
<p>Change the usePortableBuild option as described above</p>
<h3>Is there audio support?</h3>
<p>Panda3DS support for audio is a new and experimental feature. The emulator features an LLE backend for audio, which is accurate to the console but slow and off by default.
HLE audio is currently being implemented which will be a lot faster and enjoyable. To enable experimental support, change the following settings:
<br/>
<ul>
<li>Set "EnableAudio" to true</li>
<li>Set "EnableVsync" to false</li>
<li>Set "DSPEmulation" to "lle" or "hle"</li>
</ul>
</p>
<h3>Is there an Android version?</h3>
<p>Yes, <a href="https://nightly.link/wheremyfoodat/Panda3DS/workflows/Android_Build/master/Android%20APKs%20(arm64).zip">Pandroid</a>,
however it's still early in development so compatibility or performance may vary from what you get on desktop.
<h3>What license does Panda3DS use?</h3>
<p>The emulator itself is licensed under the <a
href="https://github.com/wheremyfoodat/Panda3DS?tab=GPL-3.0-1-ov-file">GPLv3 License</a>, and the website is
under the<a href="https://github.com/Panda3DS-emu/panda3ds-dot-com/blob/main/LICENSE"> MIT License</a>. </p>
</div>
<svg class=" waves" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"/>
</defs>
<g class="parallax">
<use xlink: href="#gentle-wave" x="48" y="0" fill="rgba(246, 126, 152, 0.7)"/>
<use xlink: href="#gentle-wave" x="48" y="3" fill="rgba(246, 126, 152, 0.5)"/>
<use xlink: href="#gentle-wave" x="48" y="5" fill="rgba(246, 126, 152, 0.3)"/>
<use xlink: href="#gentle-wave" x="48" y="7" fill="rgba(246, 126, 152, 0.3)"/>
</g>
</svg>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="hamburger.js"></script>
</body>
</html>