mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 00:17:18 +00:00
Added events for dynamically connecting and disconnecting displays, with an iOS implementation
This commit is contained in:
@@ -167,7 +167,7 @@ PSP_VideoInit(_THIS)
|
||||
display.current_mode = current_mode;
|
||||
display.driverdata = NULL;
|
||||
|
||||
SDL_AddVideoDisplay(&display);
|
||||
SDL_AddVideoDisplay(&display, SDL_FALSE);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user