From 57a3a89bef96e96600a33849a8246b428fe6324a Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 22 Apr 2018 16:43:56 -0400 Subject: [PATCH] chailove: Allow loading without game content Similar to Love2D, ChaiLove 0.20.0 will now display a "No Game" screen when launching without content. Due to this, we shall enable `supports_no_game` in the .info file. --- dist/info/chailove_libretro.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/info/chailove_libretro.info b/dist/info/chailove_libretro.info index 9c7f5363..1876f04b 100644 --- a/dist/info/chailove_libretro.info +++ b/dist/info/chailove_libretro.info @@ -7,5 +7,5 @@ systemname = "ChaiLove" database = "ChaiLove" license = "MIT" permissions = "" -display_version = "0.12.0" -supports_no_game = "false" +display_version = "0.20.0" +supports_no_game = "true"