mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 23:05:43 +01:00
Merge pull request #6108 from jbeich/freebsd-async-shaders
gl_device: unblock async shaders on other Unix systems
This commit is contained in:
commit
b83eb4dd18
@ -210,7 +210,7 @@ Device::Device() {
|
|||||||
const bool is_amd = vendor == "ATI Technologies Inc.";
|
const bool is_amd = vendor == "ATI Technologies Inc.";
|
||||||
const bool is_intel = vendor == "Intel";
|
const bool is_intel = vendor == "Intel";
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __unix__
|
||||||
const bool is_linux = true;
|
const bool is_linux = true;
|
||||||
#else
|
#else
|
||||||
const bool is_linux = false;
|
const bool is_linux = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user