mirror of https://github.com/PCSX2/pcsx2.git
dev9null|fwnull|usbnull:windows: Export *setLogDir
Now changing the log directory actually works.
This commit is contained in:
parent
b2ae86d142
commit
126bfa3ee7
|
@ -18,3 +18,4 @@ EXPORTS
|
||||||
FWtest @18
|
FWtest @18
|
||||||
|
|
||||||
FWsetSettingsDir
|
FWsetSettingsDir
|
||||||
|
FWsetLogDir
|
||||||
|
|
|
@ -26,3 +26,4 @@ EXPORTS
|
||||||
USBtest @19
|
USBtest @19
|
||||||
|
|
||||||
USBsetSettingsDir
|
USBsetSettingsDir
|
||||||
|
USBsetLogDir
|
||||||
|
|
|
@ -32,4 +32,5 @@ EXPORTS
|
||||||
DEV9dmaWrite
|
DEV9dmaWrite
|
||||||
DEV9dmaInterrupt
|
DEV9dmaInterrupt
|
||||||
|
|
||||||
DEV9setSettingsDir
|
DEV9setSettingsDir
|
||||||
|
DEV9setLogDir
|
||||||
|
|
Loading…
Reference in New Issue