mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +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
|
|
@ -29,7 +29,7 @@ class GSRender;
|
|||
|
||||
#define CMD_DEBUG 0
|
||||
|
||||
std::atomic<bool> g_user_asked_for_frame_capture = false;
|
||||
atomic_t<bool> g_user_asked_for_frame_capture = false;
|
||||
rsx::frame_trace_data frame_debug;
|
||||
rsx::frame_capture_data frame_capture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue