Remove hack that seems to be no longer needed.

This commit is contained in:
Jordan Woyak 2013-03-04 02:22:11 -06:00
parent efcb2abe9b
commit 6d50bd127d
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ std::string HLE_IPC_BuildFilename(std::string path_wii, int _size)
{
std::string path_full = File::GetUserPath(D_WIIROOT_IDX);
if ((path_wii.length() > 0) && (path_wii[1] == '0'))
path_full += std::string("/title"); // this looks and feel like a hack...
// Replaces chars that FAT32 can't support with strings defined in /sys/replace
for (auto i = replacements.begin(); i != replacements.end(); ++i)
{