mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
(PS3) Get rid of CELL_SDK_VERSION macro if conditional
This commit is contained in:
parent
f0ab69b115
commit
8826034a55
@ -211,9 +211,6 @@ static bool gfx_ctx_init(void)
|
|||||||
.maxSPUs = 1,
|
.maxSPUs = 1,
|
||||||
.initializeSPUs = GL_FALSE,
|
.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
|
// Initialize 6 SPUs but reserve 1 SPU as a raw SPU for PSGL
|
||||||
sys_spu_initialize(6, 1);
|
sys_spu_initialize(6, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user