mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Merge pull request #1394 from Sonicadvance1/fix-arm-cpudetect
Fixes ARM CPU detection routine for the hardware.
This commit is contained in:
commit
043bd710a0
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ static std::string GetCPUString()
|
||||||
if (line.find(marker) != std::string::npos)
|
if (line.find(marker) != std::string::npos)
|
||||||
{
|
{
|
||||||
cpu_string = line.substr(marker.length());
|
cpu_string = line.substr(marker.length());
|
||||||
cpu_string.pop_back(); // Drop the new-line character
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue