From 270e411cf551ef627ea26ab1c5058ad5922fcd65 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Sun, 28 Dec 2008 18:56:10 +0000 Subject: [PATCH] nJoy: Changed comment git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1707 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp index 3af5ef4dc7..b39a5678bd 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.cpp @@ -619,8 +619,8 @@ unsigned int PAD_GetAttachedPads() ////////////////////////////////////////////////////////////////////////////////////////// // Read current joystick status /* ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ - The value joystate[].buttons[] is first the number of the assigned joupad button - then it becomes 0 (no pressed) or 1 (pressed) */ + The value joysticks[].buttons[] is the number of the assigned joypad button, + joystate[].buttons[] is the status of the button, it becomes 0 (no pressed) or 1 (pressed) */ // Read buttons status. Called from GetJoyState(). // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ