diff --git a/RetroFE/Source/RetroFE.cpp b/RetroFE/Source/RetroFE.cpp index cecdbe7..c1cf7b2 100644 --- a/RetroFE/Source/RetroFE.cpp +++ b/RetroFE/Source/RetroFE.cpp @@ -139,6 +139,8 @@ void RetroFE::launchEnter( ) // Play launch sound currentPage_->launchEnter( ); + SDL_SetWindowGrab(SDL::getWindow(), SDL_FALSE); + // Free the textures, and optionally take down SDL freeGraphicsMemory( );