mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +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…
x
Reference in New Issue
Block a user