Switch: Cleanup some includes.

Disable dlopen and tty checks too.
This commit is contained in:
M4xw 2019-09-28 09:22:38 -07:00 committed by Unknown W. Brackets
parent a8213e80f7
commit 15a9a0ac8f
5 changed files with 17 additions and 2 deletions

View file

@ -1,8 +1,13 @@
#include "ppsspp_config.h"
#ifdef _WIN32
#include <windows.h>
#undef min
#undef max
#endif
#if PPSSPP_PLATFORM(SWITCH)
#define _GNU_SOURCE
#include <stdio.h>
#endif
#include <string.h>
#include <stdarg.h>
#include <errno.h>