From 5365ce618863b3b6434ffb235c78f52d9725fdfc Mon Sep 17 00:00:00 2001 From: Corwin Date: Wed, 10 Apr 2024 20:50:55 +0100 Subject: [PATCH] remove hard reset --- website/agb/src/app/mgba/mgbaWrapper.tsx | 2 -- 1 file changed, 2 deletions(-) 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 ? (