This commit is contained in:
mileswa1q2
2023-12-08 16:05:49 +00:00
committed by GitHub
parent 8fcd7a4417
commit db0976667c
+4 -2
View File
@@ -1,11 +1,13 @@
<html>
<script src="https://unpkg.com/@nicolasroehm/ngx-retroarch@latest/elements.js"></script>
<body>
import '@nicolasroehm/ngx-retroarch';
<ngx-retroarch
core="snes9x"
rom="Goof_Troop.zip"
rom-path="https://www.example.com/games/snes9x/"
asset-path="https://unpkg.com/@nicolasroehm/ngx-retroarch@latest/">
</ngx-retroarch>
</html>
</body>
</html>