diff --git a/website/agb/src/app/mgba/mgbaWrapper.tsx b/website/agb/src/app/mgba/mgbaWrapper.tsx index 15022f9c..ecbba3cc 100644 --- a/website/agb/src/app/mgba/mgbaWrapper.tsx +++ b/website/agb/src/app/mgba/mgbaWrapper.tsx @@ -103,7 +103,6 @@ export const MgbaWrapper = forwardRef( restart: () => mgbaRef.current?.restart(), buttonPress: (key: GbaKey) => mgbaRef.current?.buttonPress(key), buttonRelease: (key: GbaKey) => mgbaRef.current?.buttonRelease(key), - hardReset: () => setMgbaId((id) => id + 1), })); useAvoidItchIoScrolling(); @@ -123,7 +122,6 @@ export const MgbaWrapper = forwardRef( )} {isPlaying ? (