File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ console_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5555 variables :
5656# PS4 related
5757 SCE_ORBIS_SDK_DIR : ' C:\Users\bokken\SCE\ps4_sdk_12_00'
58- # PS5 related
58+ # PS5 related --> THIS WAS DISABLED IN PROJECT.METAFILE. SEE MTT-12118
5959 SCE_PROSPERO_SDK_DIR : ' C:\Program Files (x86)\SCE\Prospero SDKs\9.000'
6060 SHADER_COMPILER_PATH : ' ${SCE_PROSPERO_SDK_DIR}\target\bins'
6161 SCE_ROOT_DIR : ' C:\Program Files (x86)\SCE'
@@ -94,7 +94,7 @@ console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
9494 variables :
9595# PS4 related
9696 SCE_ORBIS_SDK_DIR : ' C:\Users\bokken\SCE\ps4_sdk_12_00'
97- # PS5 related
97+ # PS5 related --> THIS WAS DISABLED IN PROJECT.METAFILE. SEE MTT-12118
9898 SCE_PROSPERO_SDK_DIR : ' C:\Program Files (x86)\SCE\Prospero SDKs\9.000'
9999 SHADER_COMPILER_PATH : ' ${SCE_PROSPERO_SDK_DIR}\target\bins'
100100 SCE_ROOT_DIR : ' C:\Program Files (x86)\SCE'
Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ test_platforms:
9999 image: package-ci/win10-ps4:v4
100100 flavor: b1.large
101101 standalone: PS4
102- - name: ps5
103- type: Unity::VM
104- image: package-ci/win10-ps5:v4
105- flavor: b1.large
106- standalone: PS5
102+ # - name: ps5 --> SEE MTT-12118
103+ # type: Unity::VM
104+ # image: package-ci/win10-ps5:v4
105+ # flavor: b1.large
106+ # standalone: PS5
107107 - name: switch
108108 type: Unity::VM
109109 image: package-ci/win10-switch:v4
@@ -125,11 +125,11 @@ test_platforms:
125125 image: package-ci/win10-ps4:v4
126126 flavor: b1.large
127127 standalone: PS4
128- - name: ps5
129- type: Unity::console::ps5
130- image: package-ci/win10-ps5:v4
131- flavor: b1.large
132- standalone: PS5
128+ # - name: ps5 --> SEE MTT-12118
129+ # type: Unity::console::ps5
130+ # image: package-ci/win10-ps5:v4
131+ # flavor: b1.large
132+ # standalone: PS5
133133 - name: switch
134134 type: Unity::console::switch
135135 image: package-ci/win10-switch:v4
You can’t perform that action at this time.
0 commit comments