X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2FInput.cpp;h=86fa94f56a872edc9f899e121f90c291c60fc5f8;hb=7b3f44c6b677a60b63b092f825a2b6c58166b70c;hp=92abe2b04b26f8b2011c3c6b047d95db26c5b8b1;hpb=1b0ac8adc97d65c686a48c4375c07907de86be24;p=picodrive.git diff --git a/platform/win32/GenaDrive/Input.cpp b/platform/win32/GenaDrive/Input.cpp index 92abe2b..86fa94f 100644 --- a/platform/win32/GenaDrive/Input.cpp +++ b/platform/win32/GenaDrive/Input.cpp @@ -92,7 +92,7 @@ static int DeviceRead() static int sblobked = 0; if (!sblobked && GetAsyncKeyState(VK_TAB)) { - PicoReset(0); + PicoReset(); sblobked = 1; } else if (!sblobked && GetAsyncKeyState(VK_ESCAPE))