mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
std::string needs <string> rather than <string.h>.
Also some minor cleanup. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6184 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
34aebffff9
commit
d02dd6d3fa
10 changed files with 14 additions and 18 deletions
|
@ -15,10 +15,10 @@
|
|||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#include "NandPaths.h"
|
||||
#include "CommonPaths.h"
|
||||
#include "FileUtil.h"
|
||||
#include <string.h>
|
||||
#include "NandPaths.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
std::string CreateTicketFileName(u64 _TitleID)
|
||||
|
@ -37,4 +37,4 @@ std::string CreateTitleContentPath(u64 _TitleID)
|
|||
return ContentPath;
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue