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:
Marc Di Luzio
2019-06-01 11:12:10 +01:00
parent c5c966ad54
commit 702407595a
3 changed files with 9 additions and 7 deletions

View File

@ -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
*/