From c39cc503df0d8ee26fb7b816644b57d0d62bb07f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 3 Jun 2012 21:40:28 +0200 Subject: [PATCH] Updated common-shaders link --- Makefile.ps3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ps3 b/Makefile.ps3 index f42249d76b..74f45e52bc 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -122,7 +122,7 @@ create-salamander: create-shaders: ifeq ($(DOWNLOAD_SHADERS),1) $(RM) -rf ps3/pkg/USRDIR/cores/shaders - $(GIT) clone git://github.com/twinaphex/common-shaders.git ps3/pkg/USRDIR/cores/shaders + $(GIT) clone git://github.com/libretro/common-shaders.git ps3/pkg/USRDIR/cores/shaders endif pkg: $(PPU_TARGET) create-shaders create-npdrm-salamander create-npdrm-core