mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
reset behavior changed, Puggsy detection added
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@405 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
65ca3034d4
commit
1cb1584b86
12 changed files with 63 additions and 39 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue