-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompatibility.html
More file actions
54 lines (54 loc) · 2.58 KB
/
compatibility.html
File metadata and controls
54 lines (54 loc) · 2.58 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/png" href="img/favicon.png">
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="WinlatorXR" />
<meta name="description" content="WinlatorXR" />
<meta name="robots" content="index,nofollow" />
<meta name="copyright" content="WinlatorXR" />
<link rel="stylesheet" href="styles.css">
<title>WinlatorXR</title>
<script src="scripts/compatsearch.js"></script>
</head>
<body>
<script src="scripts.js" defer></script>
<h2>
Games and Apps tested so far with WinlatorXR:
</h2>
<p style="width:60%">
Note: "Works" is a term that is fairly flexible here and still assumes that <u><strong>you will need to tweak the container settings sometimes on a per-app basis</strong></u> to get the best performance, and may still encounter crashes, lag spikes, or sound issues at some point(s) during gameplay.
</p>
<p style="width:60%">
Even if something has worked in previous builds of WinlatorXR, it does not guarantee it will work with the latest one as the Quest and Pico OS, WinlatorXR, and the graphics drivers within it are all constantly updating, <u><strong>your experience may vary!</strong></u>
<div class="mobileonly"></br></br>
<a href="#open-panel" class="open-popup-link">Compatibility Notes</a></br></br>
</div>
</p>
<div class=floatcontainer">
<input type="text" id="gameMatrixInput" class="matrixsearch" onkeyup="searchMatrix('gameMatrixInput', 'gameMatrix')" placeholder="Search for a game...">
<div id="genTableGameMatrix"></div>
<div id="open-panel" class="rightfloatpanel">
<div class="panel-content">
<h3 style="padding-left:20px;">
<i>Compatibility Notes:</i>
</h3>
<div id="compatnotescontainer"></div>
<div class="mobileonly"><a href="#" class="close-panel-button">Close</a></div>
</div>
</div>
</div>
<div class="clear"></div>
<h2>
Some apps are very useful inside of Winlator containers as well:
</h2>
<input type="text" id="appMatrixInput" class="matrixsearch" onkeyup="searchMatrix('appMatrixInput', 'appMatrix')" placeholder="Search for an app...">
<div id="genTableAppMatrix"></div>
<script type="text/javascript">
createTableFromJson('gamelist.json','genTableGameMatrix','gameMatrix');
createTableFromJson('applist.json','genTableAppMatrix','appMatrix');
updateCompatNotes();
</script>
</body>
</html>