diff options
| -rw-r--r-- | proto-vjoystick/vjoystick.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-vjoystick/vjoystick.cpp b/proto-vjoystick/vjoystick.cpp index f322ced9..bf8f3cea 100644 --- a/proto-vjoystick/vjoystick.cpp +++ b/proto-vjoystick/vjoystick.cpp @@ -105,7 +105,7 @@ module_status vjoystick::initialize()      if (!vJoyEnabled())          msg = tr("vjoystick won't work without the driver installed.");      else if (WORD VerDll, VerDrv; !DriverMatch(&VerDll, &VerDrv)) -        msg = tr("driver/SDK version mismatch"); +        msg = tr("driver/SDK version mismatch (dll 0x%1, driver 0x%2)", (void*)VerDll, (void*)VerDrv);      else      {          int code;  | 
