diff --git a/Blackberry/bar-descriptor.xml b/Blackberry/bar-descriptor.xml
index 1026e0baad..984b71e6b5 100644
--- a/Blackberry/bar-descriptor.xml
+++ b/Blackberry/bar-descriptor.xml
@@ -3,7 +3,7 @@
com.Qtness.PPSSPP
PPSSPP
PPSSPPBlackberry
- 0.8.1
+ 0.9
1
Playstation portable emulator.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 780821f6e1..7a0e8fe52c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -991,8 +991,8 @@ set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/git-version.cpp
add_dependencies(${CoreLibName} GitVersion)
add_library(GPU OBJECT
- GPU/GLES/DisplayListInterpreter.cpp
- GPU/GLES/DisplayListInterpreter.h
+ GPU/GLES/GLES_GPU.cpp
+ GPU/GLES/GLES_GPU.h
GPU/GLES/FragmentShaderGenerator.cpp
GPU/GLES/FragmentShaderGenerator.h
GPU/GLES/Framebuffer.cpp