mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
sceNp: fix atomic type
This commit is contained in:
parent
e5cfe710fa
commit
d5ce4e0f6b
|
|
@ -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…
Reference in a new issue