feat(nds): A, B, X, Y, Select and Start physical buttons

This commit is contained in:
2025-12-15 11:34:55 +01:00
parent ce694d86f4
commit 1bd1b70313
2 changed files with 71 additions and 22 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { OrbitControls } from "@tresjs/cientos";
import type { Screen as NDSScreen } from "#components";
type ScreenInstance = InstanceType<typeof NDSScreen>;