update current firmware version (#4144)

This commit is contained in:
kalaposfos13 2026-03-18 18:58:00 +01:00 committed by GitHub
parent 2ca342970a
commit ec1719e4d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ struct OrbisWrapperImpl<PS4_SYSV_ABI R (*)(Args...), f> {
#define ORBIS(func) (Libraries::Kernel::OrbisWrapperImpl<decltype(&(func)), func>::wrap)
#define CURRENT_FIRMWARE_VERSION 0x13020011
#define CURRENT_FIRMWARE_VERSION 0x13500011
s32* PS4_SYSV_ABI __Error();