mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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
|
||||
{
|
||||
std::atomic<bool> abort_gui_flag = false;
|
||||
atomic_t<bool> abort_gui_flag = false;
|
||||
};
|
||||
|
||||
namespace rpcn
|
||||
|
|
Loading…
Add table
Reference in a new issue