mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-29 21:44:50 +00:00
fix preprocessor
This commit is contained in:
parent
51ee55e8db
commit
4e2402ca21
@ -554,7 +554,7 @@ int Pthread::SetAffinity(const Cpuset* cpuset) {
|
||||
return POSIX_EINVAL;
|
||||
}
|
||||
|
||||
#else ifdef _LINUX
|
||||
#elif defined(__linux__)
|
||||
cpu_set_t cpu_set;
|
||||
CPU_ZERO(&cpu_set);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user