From 0c3506fbdcedccaab6365cbcbe35a1a529f60754 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Wed, 13 Oct 2021 00:32:10 +0200 Subject: [PATCH] [ORBIS] Use orbis as suffix for core --- Makefile.orbis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.orbis b/Makefile.orbis index e842c8ea5c..59580218dc 100644 --- a/Makefile.orbis +++ b/Makefile.orbis @@ -158,7 +158,7 @@ PS4_LIBS += -luser_mem_sys -lkernel_stub -lSceLibcInternal_stub -lSceSysmodule ifeq ($(HAVE_STATIC_DUMMY),1) LIBS := $(PS4_LIBS) else - LIBS := $(WHOLE_START) -lretro_ps4 $(WHOLE_END) $(PS4_LIBS) + LIBS := $(WHOLE_START) -lretro_orbis $(WHOLE_END) $(PS4_LIBS) endif