Skip to content

Commit

Permalink
CMake Buildfix.
Browse files Browse the repository at this point in the history
Update version number for Blackberry.
  • Loading branch information
xsacha committed Aug 21, 2013
1 parent d9cd0d1 commit 0a9671d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Blackberry/bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>PPSSPPBlackberry</filename>
<versionNumber>0.8.1</versionNumber>
<versionNumber>0.9</versionNumber>
<buildId>1</buildId>
<description>Playstation portable emulator.</description>

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a9671d

Please sign in to comment.