This commit is contained in:
2023-12-05 10:28:03 +01:00
parent f4dbad8357
commit b392ec338d
2 changed files with 2 additions and 2 deletions

View File

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