Loading save files done.

This commit is contained in:
2025-03-11 19:03:11 -05:00
parent 85f643ef10
commit 60db15e932
19 changed files with 489 additions and 76 deletions

View File

@@ -27,7 +27,9 @@ export const Page:React.FC<PageProps> = ({ id }) => {
<div className={styles.play__emulator}>
<Emulator
system='gbc'
system="gbc"
gameId="0"
gameName="Pokemon Crystal Version"
/>
</div>
</div>