And a small one last:

Changed a warning many users misunderstood as *Serious Problem* so it sounds (lots) less severe ;)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4260 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2011-01-24 19:28:49 +00:00
parent 37e4a3a114
commit 8e7bfec5a2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void Hle_SetElfPath(const char* elfFileName)
if(!pos1) // if pos1 is NULL, then pos2 was not > pos1, so it must also be NULL
{
Console.Warning("HLE Warning: ELF does not have a path!!\n");
Console.WriteLn("HLE Notice: ELF does not have a path.\n");
// use %CD%/host/
getcwd(HostRoot,1000); // save the other 23 chars to append /host/ :P