mirror of https://github.com/PCSX2/pcsx2.git
parent
43f461cc36
commit
7cdec614c7
|
@ -34,12 +34,6 @@ void setLoggingState()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_C_(void)
|
|
||||||
FWabout()
|
|
||||||
{
|
|
||||||
SysMessage("FWnull: A simple null plugin.");
|
|
||||||
}
|
|
||||||
|
|
||||||
EXPORT_C_(void)
|
EXPORT_C_(void)
|
||||||
FWconfigure()
|
FWconfigure()
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,6 +16,5 @@ EXPORTS
|
||||||
FWirqCallback @15
|
FWirqCallback @15
|
||||||
FWconfigure @17
|
FWconfigure @17
|
||||||
FWtest @18
|
FWtest @18
|
||||||
FWabout @19
|
|
||||||
|
|
||||||
FWsetSettingsDir
|
FWsetSettingsDir
|
||||||
|
|
|
@ -34,12 +34,6 @@ void setLoggingState()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_C_(void)
|
|
||||||
USBabout()
|
|
||||||
{
|
|
||||||
SysMessage("USBnull: A simple null plugin.");
|
|
||||||
}
|
|
||||||
|
|
||||||
EXPORT_C_(void)
|
EXPORT_C_(void)
|
||||||
USBconfigure()
|
USBconfigure()
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,6 +24,5 @@ EXPORTS
|
||||||
|
|
||||||
USBconfigure @18
|
USBconfigure @18
|
||||||
USBtest @19
|
USBtest @19
|
||||||
USBabout @20
|
|
||||||
|
|
||||||
USBsetSettingsDir
|
USBsetSettingsDir
|
||||||
|
|
|
@ -37,12 +37,6 @@ void setLoggingState()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_C_(void)
|
|
||||||
DEV9about()
|
|
||||||
{
|
|
||||||
SysMessage("Dev9null: A simple null plugin.");
|
|
||||||
}
|
|
||||||
|
|
||||||
EXPORT_C_(void)
|
EXPORT_C_(void)
|
||||||
DEV9configure()
|
DEV9configure()
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,6 @@ EXPORTS
|
||||||
DEV9writeDMA8Mem @16
|
DEV9writeDMA8Mem @16
|
||||||
DEV9configure @17
|
DEV9configure @17
|
||||||
DEV9test @18
|
DEV9test @18
|
||||||
DEV9about @19
|
|
||||||
DEV9irqCallback @20
|
DEV9irqCallback @20
|
||||||
DEV9irqHandler @21
|
DEV9irqHandler @21
|
||||||
DEV9dmaRead
|
DEV9dmaRead
|
||||||
|
|
Loading…
Reference in New Issue