Simple Directmedia Layer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Steam virtual gamepad info isn't available in the macOS sandbox

+5
+5
src/joystick/SDL_steam_virtual_gamepad.c
··· 127 127 128 128 SDL_AssertJoysticksLocked(); 129 129 130 + // The file isn't available inside the macOS sandbox 131 + if (SDL_GetSandbox() == SDL_SANDBOX_MACOS) { 132 + return; 133 + } 134 + 130 135 file = SDL_GetHint(SDL_HINT_STEAM_VIRTUAL_GAMEPAD_INFO_FILE); 131 136 if (file && *file) { 132 137 SDL_steam_virtual_gamepad_info_file = SDL_strdup(file);