mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
Move rpcs3/Emu/Cell/lv2 to kernel/cellos
This commit is contained in:
parent
fce4127c2e
commit
dbfa5002e5
282 changed files with 40062 additions and 41342 deletions
|
|
@ -1025,7 +1025,7 @@ atomic_wait_engine::wait(const void* data, u32 old_value, u64 timeout, atomic_wa
|
|||
|
||||
// Can skip unqueue process if true
|
||||
#if defined(USE_FUTEX) || defined(USE_STD)
|
||||
constexpr bool fallback = true;
|
||||
[[maybe_unused]] constexpr bool fallback = true;
|
||||
#else
|
||||
bool fallback = false;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue