From 3388e747ec9d95ebc9440bb0463337c7d43f7f50 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Wed, 13 May 2026 22:18:25 -0400 Subject: [PATCH 1/3] Add support for PlayStation PC SDK --- descriptions/SDK.PlayStationPC.md | 1 + rules.ini | 2 ++ tests/types/SDK.PlayStationPC.txt | 6 ++++++ tests/types/_NonMatchingTests.txt | 6 ++++++ 4 files changed, 15 insertions(+) create mode 100644 descriptions/SDK.PlayStationPC.md create mode 100644 tests/types/SDK.PlayStationPC.txt diff --git a/descriptions/SDK.PlayStationPC.md b/descriptions/SDK.PlayStationPC.md new file mode 100644 index 000000000..d3a7d8b24 --- /dev/null +++ b/descriptions/SDK.PlayStationPC.md @@ -0,0 +1 @@ +[**PlayStation PC SDK**](https://www.playstation.com/en-us/support/games/sign-in-pc) is a service that allows games to connect to PlayStation services and gives users a PlayStation overlay in their games. diff --git a/rules.ini b/rules.ini index e65448e65..1ef346fd5 100644 --- a/rules.ini +++ b/rules.ini @@ -357,6 +357,8 @@ OpenXR = (?:^|/)(?:lib)?openxr_loader\.(?:dll|so)$ Opus = (?:^|/)opus\.dll$ PathEngine = (?:^|/)PathEngine\.dll$ Photon = (?:^|/)Photon(?:3Unity3D|3DotNet|EncryptorPlugin)\.dll$ +PlayStationPC[] = (?:^|/)install_pspc_sdk_runtime\.bat$ +PlayStationPC[] = (?:^|/)PsPcSdkRuntime(?:Installer|Manager)\.msi$ Protocol_Buffers = protobuf Python = (?:^|/)python[0-9]{0,3}+\.dll$ Qt = (?:^|/)Qt(?:Core4|[0-9]Core)\.dll$ diff --git a/tests/types/SDK.PlayStationPC.txt b/tests/types/SDK.PlayStationPC.txt new file mode 100644 index 000000000..0b2ac22b5 --- /dev/null +++ b/tests/types/SDK.PlayStationPC.txt @@ -0,0 +1,6 @@ +/PsPcSdkRuntimeInstaller.msi +/PsPcSdkRuntimeManager.msi +/install_pspc_sdk_runtime.bat +PsPcSdkRuntimeInstaller.msi +PsPcSdkRuntimeManager.msi +install_pspc_sdk_runtime.bat diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 08e8e6b52..5a6c3f690 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -1159,6 +1159,12 @@ ZZ_1.datt ZZ_Win.datt game.iosf libYoYoGamepad.dylibf +installpspcsdkruntime +PsPcSdkRuntimeInstaller_msi +PsPcSdkRuntimeManager_msi +PsPcSdkRuntimeManager_msig +PsPcSdkRuntimeManagermsig +PsPcSdkRuntimeManager_msig audiogroup1.datf AnyBrain.exe AnyBrain/Brain.dll From f36e10a81c3d87672e85d6edee8c45de519a6250 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Wed, 13 May 2026 22:22:39 -0400 Subject: [PATCH 2/3] fix duplicate non-test --- tests/types/_NonMatchingTests.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 5a6c3f690..b024c8ca8 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -1164,7 +1164,6 @@ PsPcSdkRuntimeInstaller_msi PsPcSdkRuntimeManager_msi PsPcSdkRuntimeManager_msig PsPcSdkRuntimeManagermsig -PsPcSdkRuntimeManager_msig audiogroup1.datf AnyBrain.exe AnyBrain/Brain.dll From e468aa679b1ca099687f074d8e1b4b226e40a96e Mon Sep 17 00:00:00 2001 From: Snazzah Date: Wed, 13 May 2026 22:27:44 -0400 Subject: [PATCH 3/3] Update tests to include stellar blade paths --- tests/types/SDK.PlayStationPC.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/types/SDK.PlayStationPC.txt b/tests/types/SDK.PlayStationPC.txt index 0b2ac22b5..1a8211d8d 100644 --- a/tests/types/SDK.PlayStationPC.txt +++ b/tests/types/SDK.PlayStationPC.txt @@ -4,3 +4,6 @@ PsPcSdkRuntimeInstaller.msi PsPcSdkRuntimeManager.msi install_pspc_sdk_runtime.bat +SB/Binaries/Win64/install_pspc_sdk_runtime.bat +SB/Binaries/Win64/PsPcSdkRuntimeInstaller.msi +SB/Binaries/Win64/PsPcSdkRuntimeManager.msi