mirror of
https://github.com/libretro/libretro-super
synced 2025-01-06 06:56:56 +00:00
57a3a89bef
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.
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
display_name = "ChaiLove"
|
|
authors = "Rob Loach"
|
|
supported_extensions = "chai|chailove"
|
|
corename = "ChaiLove"
|
|
categories = "Game engine"
|
|
systemname = "ChaiLove"
|
|
database = "ChaiLove"
|
|
license = "MIT"
|
|
permissions = ""
|
|
display_version = "0.20.0"
|
|
supports_no_game = "true"
|