mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
atomic.hpp: replace std::atomic with atomic_t
Dual dependency is nothing good.
This commit is contained in:
parent
b16cc618b5
commit
eb66302907
35 changed files with 42 additions and 82 deletions
|
|
@ -6,8 +6,6 @@
|
|||
#include "Emu/Cell/lv2/sys_mutex.h"
|
||||
#include "sysPrxForUser.h"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
LOG_CHANNEL(sysPrxForUser);
|
||||
|
||||
error_code sys_lwmutex_create(ppu_thread& ppu, vm::ptr<sys_lwmutex_t> lwmutex, vm::ptr<sys_lwmutex_attribute_t> attr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue