diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 09:37:53 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 09:37:53 +0000 |
| commit | 0fd6f9301c3d3d568fb58251bb1c38da576701a2 (patch) | |
| tree | 5698f26df6df01068f706a88fe95330b25ddbe23 /macosx/main.m | |
| parent | c6c9d266fad98310bb6f0118362d8dc7e60ecfae (diff) | |
| download | pcsxr-0fd6f9301c3d3d568fb58251bb1c38da576701a2.tar.gz | |
Future work to get PADhandleKey working on OS X. Still very much a work-in-progress.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/main.m')
| -rwxr-xr-x | macosx/main.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/main.m b/macosx/main.m index 76a08abf..537dfc18 100755 --- a/macosx/main.m +++ b/macosx/main.m @@ -207,8 +207,13 @@ void SysCloseLibrary(void *lib) { // Called periodically from the emu thread void SysUpdate() { +#if 0 + PADhandleKey(PAD1_keypressed()); + PADhandleKey(PAD2_keypressed()); +#else PAD1_keypressed(); PAD2_keypressed(); +#endif [emuThread handleEvents]; } |
