mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(CTR/3DS) gfx driver: remove useless printf.
This commit is contained in:
parent
98d76aeae9
commit
c9acd9156c
@ -400,7 +400,6 @@ static bool ctr_frame(void* data, const void* frame,
|
||||
|
||||
if(srvGetServiceHandle(&lcd_handle, "gsp::Lcd") >= 0)
|
||||
{
|
||||
printf("here !!\n");
|
||||
u32 *cmdbuf = getThreadCommandBuffer();
|
||||
cmdbuf[0] = ctr->lcd_buttom_on? 0x00120040: 0x00110040;
|
||||
cmdbuf[1] = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user