[rpcsx-os] add --system flag

This commit is contained in:
DH 2023-10-30 22:08:18 +03:00
parent 9865be85af
commit 563c5eaa2e
3 changed files with 10 additions and 1 deletions

View file

@ -56,6 +56,7 @@ struct Process final {
std::uint64_t nextTlsSlot = 1;
std::uint64_t lastTlsOffset = 0;
bool isSystem = false;
utils::RcIdMap<EventFlag, sint, 4097, 1> evfMap;
utils::RcIdMap<Semaphore, sint, 4097, 1> semMap;