Fix category view; Add 2023-12-07-f-zero

This commit is contained in:
2023-12-07 12:01:13 +01:00
parent eccc018f64
commit 912f4e748f
5 changed files with 51 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
{% endif %}
<p>
{% if include.backend == 'cuttingedge' or include.backend == 'emulatorjs' or include.platform == 'nes' or include.platform == 'gba' or include.platform == 'psx' %}
{% if include.backend == 'cuttingedge' or include.backend == 'emulatorjs' or include.platform == 'nes' or include.platform == 'snes' or include.platform == 'gba' or include.platform == 'psx' %}
<div style="width:640px; height:480px; max-width:100%">
<div id="GameFrame"></div>
</div>