mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
sceNp: fix atomic type
This commit is contained in:
parent
e5cfe710fa
commit
d5ce4e0f6b
1 changed files with 1 additions and 1 deletions
|
@ -1704,7 +1704,7 @@ struct message_data
|
||||||
|
|
||||||
struct np_state
|
struct np_state
|
||||||
{
|
{
|
||||||
std::atomic<bool> abort_gui_flag = false;
|
atomic_t<bool> abort_gui_flag = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace rpcn
|
namespace rpcn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue