mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 18:39:59 +00:00
(D3D) Buildfix
This commit is contained in:
parent
e33ca262c3
commit
38222a677a
@ -71,7 +71,7 @@ typedef struct cg_renderchain
|
|||||||
unsigned frame_count;
|
unsigned frame_count;
|
||||||
std::vector<unsigned> bound_tex;
|
std::vector<unsigned> bound_tex;
|
||||||
std::vector<unsigned> bound_vert;
|
std::vector<unsigned> bound_vert;
|
||||||
} cg_cg_renderchain_t;
|
} cg_renderchain_t;
|
||||||
|
|
||||||
static CGcontext cgCtx;
|
static CGcontext cgCtx;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user