git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@35181 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2009-11-03 06:28:09 +00:00
parent 70b78dac61
commit 1d8aa3305f
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ November 3, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* macosx/plugins/HIDInput/src/PlugPAD.c: Implemented PADstartPoll() and
PADpoll().
* plugins/dfxvideo/key.c: Handle Fullscreen toggle message for Mac OS X.
November 2, 2009 Wei Mingzhi <weimingzhi@gmail.com>

View File

@ -80,6 +80,9 @@ void GPUkeypressed(int keycode)
BuildDispMenu(0);
break;
}
#ifdef _MACGL
default: { void HandleKey(int keycode); HandleKey(keycode); }
#endif
}
}