From 8230c26f80a0bcec91e4bb07368b11549dbfd7e5 Mon Sep 17 00:00:00 2001 From: zemzema <33085810+zemzema@users.noreply.github.com> Date: Sat, 8 Dec 2018 21:20:07 +0100 Subject: [PATCH] Golf Story shared fonts requirement fix Golf Story requires shared fonts which was previously set to false in the gamedb --- games/golf-story/game.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/golf-story/game.dat b/games/golf-story/game.dat index baed09a..abf7c2d 100644 --- a/games/golf-story/game.dat +++ b/games/golf-story/game.dat @@ -2,7 +2,7 @@ title = "Golf Story" description = "Golf Story is a 2017 role-playing sports adventure video game developed by Australian studio Sidebar Games exclusively for the Nintendo Switch." github_issues = [] needs_system_files = false -needs_shared_font = false +needs_shared_font = true game_type = "switch" [[ releases ]]