mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +00:00
(XDK) renderchain_init_shader - should return true
This commit is contained in:
parent
ccd556d99c
commit
c8cc92859e
@ -261,7 +261,7 @@ bool renderchain_init_shader(void *data)
|
||||
return d3d->shader->init(d3d, shader_path);
|
||||
#endif
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool renderchain_init(void *data,
|
||||
|
Loading…
Reference in New Issue
Block a user