mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
b64452f074
commit
4f2601a687
|
@ -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;
|
||||
|
|
|
@ -161,4 +161,4 @@ void SaveConfig()
|
|||
fprintf(f, "logging = %hhx\n", conf.Log);
|
||||
//fprintf(f, "options = %hhx\n", confOptions);
|
||||
fclose(f);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue