mirror of https://github.com/PCSX2/pcsx2.git
Uploaded the new PathUtils.c file into the wrong location.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@295 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
d274c25b2b
commit
5f2a0d8e89
|
@ -706,7 +706,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\PathUtils.c"
|
RelativePath="..\..\PathUtils.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -46,7 +46,7 @@ void GetConfigFilename( char* dest )
|
||||||
// Load a user-specified configuration.
|
// Load a user-specified configuration.
|
||||||
// If the configuration isn't found, fail outright (see below)
|
// If the configuration isn't found, fail outright (see below)
|
||||||
|
|
||||||
CombinePaths( dest, ".", g_CustomConfigFile );
|
CombinePaths( dest, g_WorkingFolder, g_CustomConfigFile );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue