Skip to content

Commit

Permalink
Merge pull request #11577 from libretro/remove_wk
Browse files Browse the repository at this point in the history
[VITA] Remove old threading workaround
  • Loading branch information
inactive123 authored Nov 15, 2020
2 parents 7eb349b + c5f2375 commit 0d2b9fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 232 deletions.
4 changes: 2 additions & 2 deletions Makefile.vita
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ AR := $(PREFIX)ar
OBJCOPY := $(PREFIX)objcopy
STRIP := $(PREFIX)strip
NM := $(PREFIX)nm
LD := $(CC)
LD := $(CXX)

LIBDIRS := -L.

Expand Down Expand Up @@ -132,7 +132,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
VITA_LIBS := -lSceDisplay_stub -lSceGxm_stub -lSceNet_stub -lSceNetCtl_stub -lSceAppUtil_stub \
-lSceSysmodule_stub -lSceCtrl_stub -lSceHid_stub -lSceTouch_stub -lSceAudio_stub \
-lScePower_stub -lSceRtc_stub -lSceCommonDialog_stub -lScePgf_stub -lSceMotion_stub \
-lSceFiber_stub -lSceMotion_stub -lSceAppMgr_stub -lstdc++ -lpthread -lpng -lz -lvitaGL -lvitashark -lSceShaccCg_stub
-lSceFiber_stub -lSceMotion_stub -lSceAppMgr_stub -lpthread -lpng -lz -lvitaGL -lvitashark -lSceShaccCg_stub

LIBS := $(WHOLE_START) -lretro_vita $(WHOLE_END) $(VITA_LIBS) -lm -lc

Expand Down
229 changes: 0 additions & 229 deletions bootstrap/vita/threading.c

This file was deleted.

1 change: 0 additions & 1 deletion frontend/drivers/platform_psp.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <psp2/apputil.h>

#include "../../bootstrap/vita/sbrk.c"
#include "../../bootstrap/vita/threading.c"

#else
#include <pspkernel.h>
Expand Down

0 comments on commit 0d2b9fe

Please sign in to comment.