Skip to content

Commit

Permalink
ps4: fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Mar 21, 2022
1 parent 19fb3f3 commit 577f96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pfbneo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ endif ()
#################
if (PLATFORM_VITA)
enable_language(ASM)
set(TITLE_ID "PFBA00001" CACHE STRING "" FORCE)
set(TITLE_ID "PFBN00001" CACHE STRING "" FORCE)
list(REMOVE_ITEM SRC_CPU ${CMAKE_SOURCE_DIR}/cores/fbneo/src/cpu/m68000_intf.cpp)
list(APPEND INC
sources/cpu/cyclone
Expand Down
2 changes: 1 addition & 1 deletion pnes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (PLATFORM_VITA)
elseif (PLATFORM_PS4)
set(PS4_PKG_TITLE "pNES - Portable Nestopia")
set(PS4_PKG_TITLE_ID "PNES00001")
set(PS4_PKG_VERSION "05.00")
set(PS4_PKG_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
list(APPEND NESTOPIA_CFLAGS -DDATADIR="/app0/")
elseif (PLATFORM_SWITCH)
#####################
Expand Down
2 changes: 1 addition & 1 deletion psnes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (PLATFORM_VITA)
elseif (PLATFORM_PS4)
set(PS4_PKG_TITLE "pSNES - Portable Snes9x")
set(PS4_PKG_TITLE_ID "PSNE00001")
set(PS4_PKG_VERSION "05.00")
set(PS4_PKG_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
elseif (PLATFORM_SWITCH)
#####################
# NX PLATORM
Expand Down

0 comments on commit 577f96d

Please sign in to comment.