From 9a70076eb0e417581f81aa4382c314931ee53b00 Mon Sep 17 00:00:00 2001 From: Charlie Birks Date: Fri, 27 Sep 2024 20:08:09 +0100 Subject: [PATCH] sdl: init can_launch Same as the pico patch --- 32blit-sdl/System.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/32blit-sdl/System.cpp b/32blit-sdl/System.cpp index d95bbaed0..d0014d7d5 100644 --- a/32blit-sdl/System.cpp +++ b/32blit-sdl/System.cpp @@ -230,6 +230,7 @@ static const blit::APIConst blit_api_const { nullptr, // cdc_read nullptr, // list_installed_games + nullptr, // can_launch }; static blit::APIData blit_api_data;