mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
(GX) Create stub gx_set_shader function
This commit is contained in:
parent
30534f72ee
commit
14c3faab53
@ -997,6 +997,15 @@ static void gx_apply_state_changes(void)
|
||||
gx->should_resize = true;
|
||||
}
|
||||
|
||||
static bool gx_set_shader(void *data, enum rarch_shader_type type, const char *path)
|
||||
{
|
||||
(void)data;
|
||||
(void)type;
|
||||
(void)path;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
const video_driver_t video_gx = {
|
||||
.init = gx_init,
|
||||
.frame = gx_frame,
|
||||
|
Loading…
x
Reference in New Issue
Block a user