Merge pull request #370 from negativeExponent/switch
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 9f5444e..19c8d77 100644 (file)
@@ -40,7 +40,9 @@ extern "C" {
 #include <math.h>
 #include <time.h>
 #include <ctype.h>
+#ifndef __SWITCH__
 #include <sys/types.h>
+#endif
 #include <assert.h>
 
 // Define types
@@ -119,6 +121,7 @@ typedef struct {
        boolean PsxAuto;
        boolean Cdda;
        boolean HLE;
+       boolean SlowBoot;
        boolean Debug;
        boolean PsxOut;
        boolean SpuIrq;