aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authorretro-wertz2019-03-07 19:17:45 +0800
committerretro-wertz2019-03-07 19:17:45 +0800
commitf422f444ca3ef7ecac9ac2ffc2f8e227578399a3 (patch)
treea96eee01864bcc165cffd4ce17b3cfd60132abf8 /libpcsxcore/psxcommon.h
parent0963774720493115d123104f9ddc506d49a886bc (diff)
downloadpcsx_rearmed-f422f444ca3ef7ecac9ac2ffc2f8e227578399a3.tar.gz
pcsx_rearmed-f422f444ca3ef7ecac9ac2ffc2f8e227578399a3.tar.bz2
pcsx_rearmed-f422f444ca3ef7ecac9ac2ffc2f8e227578399a3.zip
Fix show bios bootlogo core option
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rw-r--r--libpcsxcore/psxcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index 9f5444e..a7dd6ae 100644
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -119,6 +119,7 @@ typedef struct {
boolean PsxAuto;
boolean Cdda;
boolean HLE;
+ boolean SlowBoot;
boolean Debug;
boolean PsxOut;
boolean SpuIrq;