Switch: Cleanup some includes.
Disable dlopen and tty checks too.
This commit is contained in:
parent
a8213e80f7
commit
15a9a0ac8f
5 changed files with 17 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue