diff --git a/Diya/DiyaBoot.class.st b/Diya/DiyaBoot.class.st index c1dc5de..3244d90 100644 --- a/Diya/DiyaBoot.class.st +++ b/Diya/DiyaBoot.class.st @@ -105,6 +105,9 @@ DiyaBoot >> init [ Transcript show: (SDL2 SDLGetVideoDriver: i), ' '. ]. Transcript cr. + Transcript show: 'Current selected video driver: ', + (SDL2 SDLGetCurrentVideoDriver); + cr. ] { #category : #events }