X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.h;fp=libpcsxcore%2Fpsxcommon.h;h=67a0ae08ea0da5d922f2ac8b344341869351ee1d;hp=b621326cdf8a77776da77f8ef89b29c8bd358a52;hb=7b75929b9415646b25d9211975556f5466024a94;hpb=6d75addfea5544b926d3924b1bd1e1d8ce9ffdb4 diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index b621326c..67a0ae08 100644 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -150,13 +150,11 @@ typedef struct { boolean cdr_read_timing; boolean gpu_slow_list_walking; } hacks; -#ifdef _WIN32 - char Lang[256]; -#endif } PcsxConfig; extern PcsxConfig Config; extern boolean NetOpened; +extern boolean BiosBooted; struct PcsxSaveFuncs { void *(*open)(const char *name, const char *mode);