SPU2Null: Fix the release version.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2468 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-01-22 05:07:34 +00:00
parent b64452f074
commit 4f2601a687
3 changed files with 6 additions and 1 deletions

View File

@ -224,6 +224,8 @@ static void __forceinline PluginNullAbout(const char *aboutText)
#else
#define usleep(x) Sleep(x / 1000)
static void __forceinline SysMessage(const char *fmt, ...)
{
va_list list;

View File

@ -161,4 +161,4 @@ void SaveConfig()
fprintf(f, "logging = %hhx\n", conf.Log);
//fprintf(f, "options = %hhx\n", confOptions);
fclose(f);
}
}

View File

@ -29,6 +29,9 @@
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add directory="../Linux" />
<Add directory="../../SPU2null" />
<Add directory="../../../common/include" />
</Compiler>
<Linker>
<Add option="-s" />