mirror of https://github.com/PCSX2/pcsx2.git
GSnull: Dialog box fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4276 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
86e0e33717
commit
cdc3be5067
|
@ -19,12 +19,12 @@
|
||||||
#include "GS.h"
|
#include "GS.h"
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
|
|
||||||
void GSconfigure()
|
EXPORT_C_(void) GSconfigure()
|
||||||
{
|
{
|
||||||
CFGconfigure();
|
CFGconfigure();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GSabout()
|
EXPORT_C_(void) GSabout()
|
||||||
{
|
{
|
||||||
CFGabout();
|
CFGabout();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue