diff --git a/src/FrameBuffer.cpp b/src/FrameBuffer.cpp index 2117263a..4481bd10 100644 --- a/src/FrameBuffer.cpp +++ b/src/FrameBuffer.cpp @@ -1147,6 +1147,8 @@ bool DepthBufferToRDRAM::CopyToRDRAM( u32 _address) { bool FrameBuffer_CopyDepthBuffer( u32 address ) { #ifndef GLES2 return g_dbToRDRAM.CopyToRDRAM(address); +#else + return false; #endif }