sceNp: fix atomic type

This commit is contained in:
Megamouse 2024-02-03 14:55:02 +01:00
parent e5cfe710fa
commit d5ce4e0f6b

View file

@ -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