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

@ -68,7 +68,7 @@ ConsoleListener::ConsoleListener() : bHidden(true)
bUseColor = false;
#elif defined(IOS)
bUseColor = false;
#elif PPSSPP_PLATFORM(UWP)
#elif PPSSPP_PLATFORM(UWP) || PPSSPP_PLATFORM(SWITCH)
bUseColor = false;
#elif defined(_MSC_VER)
bUseColor = false;