コード例 #1
0
ファイル: d3d.cpp プロジェクト: XavierMoon/RetroArch
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);
}