1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(renderchain xdk) return true for add_lut

This commit is contained in:
twinaphex 2015-04-06 18:06:03 +02:00
parent c027d1a367
commit e9c6a0d990

View File

@ -373,7 +373,7 @@ static bool xdk_renderchain_add_lut(void *data,
(void)smooth;
/* stub */
return false;
return true;
}
static bool xdk_renderchain_add_pass(void *data, const void *info_data)