mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +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);
|
CGLChoosePixelFormat(attributes, &pix, &num);
|
||||||
printf("pix %p num: %d\n", pix, num);
|
|
||||||
CGLCreateContext(pix, NULL, &glCtx);
|
CGLCreateContext(pix, NULL, &glCtx);
|
||||||
CGLDestroyPixelFormat(pix);
|
CGLDestroyPixelFormat(pix);
|
||||||
|
|
||||||
printf("glCtx: %p\n", glCtx);
|
|
||||||
|
|
||||||
CGLSetParameter(glCtx, kCGLCPSwapInterval, ¶ms);
|
CGLSetParameter(glCtx, kCGLCPSwapInterval, ¶ms);
|
||||||
|
|
||||||
return glCtx;
|
return glCtx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user