mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Xbox 1) Build fix
This commit is contained in:
parent
bb0821b514
commit
abeb4a889e
@ -45,5 +45,8 @@ bool screenshot_dump(const char *folder, const void *frame,
|
||||
{
|
||||
RARCH_LOG("Screenshot saved: %s.\n", filename);
|
||||
msg_queue_push(g_extern.msg_queue, "Screenshot saved.", 1, 30);
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
@ -380,6 +380,7 @@ void xdk_d3d_init_fbo(void *data)
|
||||
d3d->fbo_inited = true;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
static bool xdk_d3d_set_shader(void *data, enum rarch_shader_type type, const char *path, unsigned index)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user