VITASDK compatibility

This commit is contained in:
Ivan Epifanov
2020-12-18 16:34:24 +03:00
committed by Sam Lantinga
parent 7d89f09f74
commit ca5e5d6154
8 changed files with 86 additions and 12 deletions

View File

@@ -29,7 +29,11 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#if DOLCEVITA
#include <psp2/kernel/iofilemgr.h>
#else
#include <psp2/io/stat.h>
#endif
#include <sys/types.h>
#include <limits.h>
#include <fcntl.h>