mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Random fixes and cleanups
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5297 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b452bf7051
commit
f727139ebf
22 changed files with 555 additions and 573 deletions
|
@ -123,7 +123,7 @@ bool Delete(const char *filename)
|
|||
}
|
||||
#else
|
||||
if (unlink(filename) == -1) {
|
||||
WARN_LOG(COMMON, "Delete: DeleteFile failed on %s: %s",
|
||||
WARN_LOG(COMMON, "Delete: unlink failed on %s: %s",
|
||||
filename, GetLastErrorMsg());
|
||||
return false;
|
||||
}
|
||||
|
@ -594,7 +594,6 @@ std::string GetPluginsDirectory()
|
|||
|
||||
INFO_LOG(COMMON, "GetPluginsDirectory: Setting to %s:", pluginsDir.c_str());
|
||||
return pluginsDir;
|
||||
|
||||
}
|
||||
|
||||
// Returns the path to where the sys file are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue