From 8826034a55ef93b1e2b2179afedd2d23fca62c18 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 16 Nov 2013 16:31:16 +0100 Subject: [PATCH] (PS3) Get rid of CELL_SDK_VERSION macro if conditional --- gfx/context/ps3_ctx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/context/ps3_ctx.c b/gfx/context/ps3_ctx.c index b5bbab0f76..7e9610a19f 100644 --- a/gfx/context/ps3_ctx.c +++ b/gfx/context/ps3_ctx.c @@ -211,9 +211,6 @@ static bool gfx_ctx_init(void) .maxSPUs = 1, .initializeSPUs = GL_FALSE, }; -#if CELL_SDK_VERSION < 0x340000 - options.enable |= PSGL_INIT_HOST_MEMORY_SIZE; -#endif // Initialize 6 SPUs but reserve 1 SPU as a raw SPU for PSGL sys_spu_initialize(6, 1);