X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fmisc.h;h=a1c36bb982ef81190dac1a24024b990d14cba9a8;hb=f0d80aa4838a05c8e86d99bb1379ba0579794e10;hp=ae3fc81f42e2dc7b7f48ebd1a2b252ef9fefbb51;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index ae3fc81f..a1c36bb9 100644 --- a/libpcsxcore/misc.h +++ b/libpcsxcore/misc.h @@ -55,6 +55,9 @@ typedef struct { extern char CdromId[10]; extern char CdromLabel[33]; +extern int CdromFrontendId; // for frontend use + +void BiosBootBypass(); int LoadCdrom(); int LoadCdromFile(const char *filename, EXE_HEADER *head);