mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(renderchain xdk) return true for add_lut
This commit is contained in:
parent
c027d1a367
commit
e9c6a0d990
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user