diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-05-15 09:10:10 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-05-15 09:10:10 +0100 |
| commit | 6a9f87865f525a4b368330ebb28e6936493e0e72 (patch) | |
| tree | d510d647188c27b08a1324a9506bc8de6e811e28 /libpcsxcore/psxcommon.h | |
| parent | b5a738748175a460f856a1ed8a2e29fa26ebfb14 (diff) | |
Define and initialise PsxClockSpeed
- Fixes crash on entering bios
Diffstat (limited to 'libpcsxcore/psxcommon.h')
| -rwxr-xr-x | libpcsxcore/psxcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 2b75bef4..13e6c1ab 100755 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -187,7 +187,7 @@ extern u8 vblank_count_hideafter; // Make the timing events trigger faster as we are currently assuming everything // takes one cycle, which is not the case on real hardware. // FIXME: Count the proper cycle and get rid of this -u32 PsxClockSpeed; +extern u32 PsxClockSpeed; #define BIAS 2 #define PSXCLK PsxClockSpeed /* 33.8688 MHz */ |
