mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(CGL Ctx) Get rid of some printfs
This commit is contained in:
parent
c188f06cef
commit
ce7706bc7a
@ -232,12 +232,9 @@ static CGLContextObj gfx_ctx_cgl_init_create(void)
|
||||
};
|
||||
|
||||
CGLChoosePixelFormat(attributes, &pix, &num);
|
||||
printf("pix %p num: %d\n", pix, num);
|
||||
CGLCreateContext(pix, NULL, &glCtx);
|
||||
CGLDestroyPixelFormat(pix);
|
||||
|
||||
printf("glCtx: %p\n", glCtx);
|
||||
|
||||
CGLSetParameter(glCtx, kCGLCPSwapInterval, ¶ms);
|
||||
|
||||
return glCtx;
|
||||
|
Loading…
Reference in New Issue
Block a user