X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fmisc.h;h=539acc7b0d141d7f29e35833df8d59cfecd08f51;hb=5c5e6c0c5f739de80b7f8f9d6c36dda0c2fa579d;hp=ae3fc81f42e2dc7b7f48ebd1a2b252ef9fefbb51;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h index ae3fc81f..539acc7b 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 + +int BiosBootBypass(); int LoadCdrom(); int LoadCdromFile(const char *filename, EXE_HEADER *head);