From cc1d5600b8a90e2a74e261e78e3413edbd2886c0 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 5 Jun 2012 19:37:05 +0200 Subject: [PATCH] Set Makefile for PS3 RGL back to SNC as default compiler --- Makefile.ps3.rgl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ps3.rgl b/Makefile.ps3.rgl index d3b590dd65..d48b0d621e 100644 --- a/Makefile.ps3.rgl +++ b/Makefile.ps3.rgl @@ -1,6 +1,6 @@ #which compiler to build with - GCC or SNC #set to GCC for debug builds for use with debugger -CELL_BUILD_TOOLS = GCC +CELL_BUILD_TOOLS = SNC CELL_GPU_TYPE = RSX DEBUG = 0