Added regions flags for Title IDs.
This commit is contained in:
parent
8a215c4043
commit
2c3bbeaaf5
|
@ -4,38 +4,15 @@
|
|||
|
||||
<table class="table table-striped table-bordered">
|
||||
<tbody>
|
||||
{{ range .Site.Data.compatibility }}
|
||||
<tr>
|
||||
<td>Perfect</td>
|
||||
<td>Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without any workarounds needed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Excellent</td>
|
||||
<td>Game functions with minor graphical or audio glitches, game is playable from start to finish without any workarounds needed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Great</td>
|
||||
<td>Game functions with minor graphical or audio glitches, but game is playable from start to finish with workarounds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Okay</td>
|
||||
<td>Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bad</td>
|
||||
<td>Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Intro/Menu</td>
|
||||
<td>Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Won't Boot</td>
|
||||
<td>The game crashes when attempting to startup.</td>
|
||||
<td>{{ .name }}</td>
|
||||
<td>{{ .description }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Games</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue