diff options
Diffstat (limited to 'src/GPU.h')
-rw-r--r-- | src/GPU.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -437,6 +437,7 @@ void SetDispStat(u32 cpu, u16 val); void SetVCount(u16 val); +#ifdef OGLRENDERER_ENABLED namespace GLCompositor { @@ -450,6 +451,7 @@ void RenderFrame(); void BindOutputTexture(); } +#endif } |