1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Remove opengl_ColorBufferReaderWithEGLImage.cpp from cmake project,

add opengl_ColorBufferReaderWithReadPixels.cpp.
This commit is contained in:
Sergey Lipskiy 2017-02-14 09:35:50 +07:00
parent 2d4b018fb4
commit 6be8376db3

View File

@ -71,7 +71,7 @@ set(GLideN64_SOURCES
Graphics/OpenGLContext/opengl_CachedFunctions.cpp
Graphics/OpenGLContext/opengl_ColorBufferReaderWithBufferStorage.cpp
Graphics/OpenGLContext/opengl_ColorBufferReaderWithPixelBuffer.cpp
Graphics/OpenGLContext/opengl_ColorBufferReaderWithEGLImage.cpp
Graphics/OpenGLContext/opengl_ColorBufferReaderWithReadPixels.cpp
Graphics/OpenGLContext/opengl_ContextImpl.cpp
Graphics/OpenGLContext/opengl_GLInfo.cpp
Graphics/OpenGLContext/opengl_Parameters.cpp