mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
``` ppsspp-1.14.1/Common/VR/VRBase.cpp:94:9: error: 'exit' was not declared in this scope exit(1); ``` exit() is declared in stdlib.h, but due to namespace pollution in glibc it happens to work there.
7.8 KiB
7.8 KiB