mirror of https://github.com/PCSX2/pcsx2.git
Remove an extern that goes to a function not in the code.
This commit is contained in:
parent
914573a5c3
commit
f3d738d771
|
@ -122,7 +122,6 @@ extern void sioWrite8(u8 value);
|
|||
extern void sioWriteCtrl16(u16 value);
|
||||
extern void sioInterrupt();
|
||||
extern void sioInterruptR();
|
||||
extern void InitializeSIO(u8 value);
|
||||
extern void SetForceMcdEjectTimeoutNow();
|
||||
extern void ClearMcdEjectTimeoutNow();
|
||||
extern void sioStatRead();
|
||||
|
|
Loading…
Reference in New Issue