Update list.html
Just a minor clarification that the results from the list are based on desktop results, not mobile
This commit is contained in:
parent
e267588b0c
commit
25607379d6
|
@ -1,6 +1,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>Game Compatibility List</h1>
|
<h1>Game Compatibility List</h1>
|
||||||
<p>The Citra Emulator compatibility list contains all the games we tested, sorted by how well they work on the emulator.</p>
|
<p>The Citra Emulator compatibility list contains all the games we tested (on Desktop), sorted by how well they work on the emulator.</p>
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<tbody>
|
<tbody>
|
||||||
{{ range .Site.Data.compatibility }}
|
{{ range .Site.Data.compatibility }}
|
||||||
|
|
Reference in New Issue