[ORBIS] Use orbis as suffix for core

This commit is contained in:
Francisco Javier Trujillo Mata 2021-10-13 00:32:10 +02:00
parent 91758569b2
commit 0c3506fbdc

View File

@ -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