diff options
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/ControllerList.m')
| -rwxr-xr-x | macosx/plugins/DFInput/macsrc/ControllerList.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFInput/macsrc/ControllerList.m b/macosx/plugins/DFInput/macsrc/ControllerList.m index 4e208cab..a1d4deed 100755 --- a/macosx/plugins/DFInput/macsrc/ControllerList.m +++ b/macosx/plugins/DFInput/macsrc/ControllerList.m @@ -105,7 +105,7 @@ static const int DPad[DKEY_TOTAL] = { DKEY_ANALOG }; -+ (int)buttonOfRow:(int)row ++ (int)buttonOfRow:(NSInteger)row { return DPad[row]; } |
