예제 #1
0
static bool d3d_has_windowed(void *data)
{
   return gfx_ctx_has_windowed();
}
예제 #2
0
파일: vg.c 프로젝트: mak77/RetroArch
static bool vg_has_windowed(void *data)
{
   return gfx_ctx_has_windowed(data);
}