From cc1e080dfeebe0b5a82c2421a33e4fd418218077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Sat, 29 May 2021 20:22:37 +0200 Subject: [PATCH] VIta: Enable menu sounds --- Makefile.vita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.vita b/Makefile.vita index 5fcf976abf..74766e1283 100644 --- a/Makefile.vita +++ b/Makefile.vita @@ -13,7 +13,7 @@ PC_DEVELOPMENT_UDP_PORT = OBJ := SCE_LIBC_SIZE := 4194304 -DEFINES := -DHAVE_ONLINE_UPDATER -DHAVE_UPDATE_ASSETS +DEFINES := -DHAVE_ONLINE_UPDATER -DHAVE_UPDATE_ASSETS -DHAVE_STB_VORBIS INCDIRS := ifeq ($(GRIFFIN_BUILD), 1)