mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-15 10:47:52 +00:00
parent
589aea50c2
commit
08c82a3781
1 changed files with 1 additions and 1 deletions
|
|
@ -1540,7 +1540,7 @@ static SDL_VideoDevice *OPENVR_CreateDevice(void)
|
|||
SDL_SetError("Could not get interfaces for the OpenVR System (%s), Overlay (%s) and Input (%s) versions", IVRSystem_Version, IVROverlay_Version, IVRInput_Version);
|
||||
}
|
||||
|
||||
const char *hint = SDL_GetHint("SDL_OPENVR_INPUT_PROFILE");
|
||||
hint = SDL_GetHint("SDL_OPENVR_INPUT_PROFILE");
|
||||
char *loadpath = 0;
|
||||
EVRInputError err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue