diff --git a/_includes/emulator.html b/_includes/emulator.html index 33cafa2..6412c4c 100644 --- a/_includes/emulator.html +++ b/_includes/emulator.html @@ -1,3 +1,19 @@ +{% if include.rom_index != '' and include.rom_url == '' %} + {% capture include.rom_url %}https://gamingshitposting.github.io/ext-bin-1/roms/{{ include.rom_index }}.nes.7z{% endcapture %} +{% endif %} + +{% if include.backend == 'emulatorjs' or include.platform == 'nes' %} +
+
+
+ + +{% else %}