X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=libpcsxcore%2Fpsxcommon.h;h=67a0ae08ea0da5d922f2ac8b344341869351ee1d;hb=f5f5f5dddc4ab9b4d613fda8e450685689cbc8c7;hp=b621326cdf8a77776da77f8ef89b29c8bd358a52;hpb=fae38d7aa986b5c0c156808b12e155de8fc0713d;p=pcsx_rearmed.git 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);