diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-19 22:57:11 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-19 22:57:11 +0000 |
| commit | cd04ae01145bc51e3aef527a0637fa6faf1e947e (patch) | |
| tree | 96f0f3f2aedba39914823dfa7f8fa322edec07f4 | |
| parent | 2b719752cd6e896e104e68cc67e34e59131f8fba (diff) | |
| download | pcsxr-cd04ae01145bc51e3aef527a0637fa6faf1e947e.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67977 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/main.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/main.m b/macosx/main.m index c1a2bc26..a8f73b9d 100644 --- a/macosx/main.m +++ b/macosx/main.m @@ -148,6 +148,8 @@ void SysUpdate() { #ifndef USE_POWER_ASSERTION UpdateSystemActivity(UsrActivity); #endif + PAD1_keypressed(); + PAD2_keypressed(); [emuThread handleEvents]; } |
