Get rid of deprecated warnings spam on ps4

This commit is contained in:
2026-07-15 23:19:39 +02:00
parent 5f906c2353
commit b5d33f1d59
+2
View File
@@ -125,5 +125,7 @@
// Custom attribute for Clang on PS4
#if PLATFORM_PS4
#undef DLLEXPORT
#undef DEPRECATED
#define DLLEXPORT __declspec(dllexport)
#define DEPRECATED(...)
#endif