early-access version 1532

This commit is contained in:
pineappleEA
2021-03-25 02:32:23 +01:00
parent 4e29c4ced9
commit 56e564d459
9 changed files with 84 additions and 76 deletions

View File

@@ -210,7 +210,7 @@ Device::Device() {
const bool is_amd = vendor == "ATI Technologies Inc.";
const bool is_intel = vendor == "Intel";
#ifdef __linux__
#ifdef __unix__
const bool is_linux = true;
#else
const bool is_linux = false;