mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Rename duplicate CONFIG_VALUE_MAX
Leave a static assert to ensure they're in sync when relevant in gamemode-gpu
This commit is contained in:
@ -42,6 +42,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "build-config.h"
|
||||
|
||||
_Static_assert(CONFIG_VALUE_MAX == GPU_VALUE_MAX, "Config max value and GPU value out of sync!");
|
||||
|
||||
/**
|
||||
* Attempts to identify the current in use GPU information
|
||||
*/
|
||||
|
Reference in New Issue
Block a user