Example #1
0
static bool d3d_has_windowed(void *data)
{
   return gfx_ctx_has_windowed();
}
Example #2
0
File: vg.c Project: mak77/RetroArch
static bool vg_has_windowed(void *data)
{
   return gfx_ctx_has_windowed(data);
}