Kawe Mazidjatari e8e600f553 Add missing convar flags
Added:
- FCVAR_ACCESSIBLE_FROM_THREADS [1<<25]
- FCVAR_STUDIO_SYSTEM [1<<26]
- FCVAR_SERVER_FRAME_THREAD [1<<27]
- FCVAR_PLATFORM_SYSTEM [1<<31]

This commit also removes the 'FCVAR_MATERIAL_THREAD_MASK' from the ConVarFlags class (which is a helper struct for displaying flags on the developer console), as this is a mask and would therefore be marked as such in case a single bit in the mask matches, and all these bits are already added to the list.
2023-07-20 21:02:27 +02:00
..
2023-06-03 18:04:38 +02:00
2023-06-27 22:06:47 +02:00
2023-07-20 21:02:27 +02:00
2023-05-14 02:10:17 +02:00
2023-07-03 02:14:39 +02:00
2023-05-14 02:10:17 +02:00
2023-07-10 19:16:12 +02:00