X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2FInput.cpp;fp=platform%2Fwin32%2FGenaDrive%2FInput.cpp;h=86fa94f56a872edc9f899e121f90c291c60fc5f8;hb=1cb1584b86a5679b8d32ccfc190f6e76c920810f;hp=92abe2b04b26f8b2011c3c6b047d95db26c5b8b1;hpb=65ca3034d455b9934e7ff82813e3df49cf56cf87;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))