(RGL PS3) Rename RGL PS3 to GCMGL

This commit is contained in:
twinaphex 2014-02-25 21:49:42 +01:00
parent f2840f5032
commit 57cd663c20
33 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ include $(CELL_MK_DIR)/sdk.makedef.mk
PPU_LIB_TARGET = librgl_ps3.a
LDDIRS = -L.
INCDIRS = -I. -Ips3/rgl/include
INCDIRS = -I. -Ips3/gcmgl/include
RGL_DIR = ps3/rgl/src
RGL_DIR = ps3/gcmgl/src
PPU_SRCS = $(RGL_DIR)/libelf/readelf.c \
$(RGL_DIR)/rgl_ps3_raster.cpp \