Skip to content

Instantly share code, notes, and snippets.

@jocover
Created May 4, 2018 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jocover/25c426d79cbf090012614a055dd38e16 to your computer and use it in GitHub Desktop.
Save jocover/25c426d79cbf090012614a055dd38e16 to your computer and use it in GitHub Desktop.
unity PS4 fake version patch
/* SIE CONFIDENTIAL
PlayStation(R)4 Programmer Tool Runtime Library Release 04.508.041
* Copyright (C) 2017 Sony Interactive Entertainment Inc.
* All Rights Reserved.
#define SCE_ORBIS_SDK_VERSION (0x04508101u)
*/
#if !defined(SDK_VERSION_H)
#define SDK_VERSION_H
#define SCE_ORBIS_SDK_VERSION (0x04508041u)
#endif // !defined(SDK_VERSION_H)
@jocover
Copy link
Author

jocover commented May 4, 2018

replace sdk_version.h file in ORBIS SDKs\4.500\target\include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment