- created complier flag SUPPORT_DRM_CACHE, to enable triple buffered DRM caching

This commit is contained in:
katonar
2025-07-07 17:28:23 +02:00
parent 060bd787b1
commit de62be0ec5
2 changed files with 44 additions and 3 deletions

View File

@@ -299,4 +299,9 @@
//------------------------------------------------------------------------------------
#define MAX_TRACELOG_MSG_LENGTH 256 // Max length of one trace-log message
//DRM configuration
#if defined(PLATFORM_DRM)
//#define SUPPORT_DRM_CACHE 1 //enable triple buffered DRM caching
#endif //PLATFORM_DRM
#endif // CONFIG_H