Files
ppsspp/Common
rofl0randGitHub f406a207fc VRBase: fix build error with musl libc
```
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.
2022-12-20 14:50:08 +00:00
..
2022-04-02 16:37:04 -07:00
2022-12-10 10:40:32 -08:00
2022-12-20 14:50:08 +00:00
2021-05-14 22:46:03 -07:00
2022-06-19 16:47:02 +02:00
2022-04-23 22:52:28 +02:00
2022-04-23 22:52:28 +02:00
2021-03-02 21:14:09 -08:00
2021-07-31 03:03:13 +10:00
2021-12-07 21:28:39 +01:00
2022-04-08 11:55:49 +02:00