SL-13610 build fix
parent
3084f86417
commit
92f2cf6089
|
|
@ -4495,7 +4495,7 @@ void* LLWindowWin32::getDirectInput8()
|
|||
return &gDirectInput8;
|
||||
}
|
||||
|
||||
bool LLWindowWin32::getInputDevices(U32 device_type_filter
|
||||
bool LLWindowWin32::getInputDevices(U32 device_type_filter,
|
||||
std::function<bool(std::string&, LLSD&, void*)> osx_callback,
|
||||
void * di8_devices_callback,
|
||||
void* userdata)
|
||||
|
|
|
|||
|
|
@ -1446,7 +1446,7 @@ void LLViewerJoystick::saveDeviceIdToSettings()
|
|||
// someone editing the xml will corrupt it
|
||||
// so convert to string first
|
||||
std::string device_string = getDeviceUUIDString();
|
||||
gSavedSettings.setLLSD("JoystickDeviceUUID", LLSD(device_string);
|
||||
gSavedSettings.setLLSD("JoystickDeviceUUID", LLSD(device_string));
|
||||
#else
|
||||
LLSD device_id = getDeviceUUID();
|
||||
gSavedSettings.setLLSD("JoystickDeviceUUID", device_id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue