(Xbox 1) Build fix

This commit is contained in:
twinaphex 2013-04-06 23:10:15 +02:00
parent bb0821b514
commit abeb4a889e
2 changed files with 4 additions and 0 deletions

View File

@ -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;
}

View File

@ -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)
{