Update srcs; Add 2023-12-08-alex-kidd-in-miracle-world

This commit is contained in:
2023-12-08 22:49:06 +01:00
parent 912f4e748f
commit bfd4523e95
9 changed files with 55 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 == 'snes' 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 == 'segaMS' or include.platform == 'gba' or include.platform == 'psx' %}
<div style="width:640px; height:480px; max-width:100%">
<div id="GameFrame"></div>
</div>