mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Core/Instance.cpp:148:55: error: use of undeclared identifier 'S_IRUSR'
hIDMapFile = shm_open(ID_SHM_NAME, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
^
Core/Instance.cpp:148:65: error: use of undeclared identifier 'S_IWUSR'
hIDMapFile = shm_open(ID_SHM_NAME, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
^
5.2 KiB
5.2 KiB