mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Second and final pass of clearing out tabs.
This commit is contained in:
@ -29,7 +29,7 @@ void LoadCodes(const IniFile& globalIni, const IniFile& localIni, std::vector<Ge
|
||||
if (line.empty())
|
||||
continue;
|
||||
|
||||
std::istringstream ss(line);
|
||||
std::istringstream ss(line);
|
||||
|
||||
switch ((line)[0])
|
||||
{
|
||||
|
Reference in New Issue
Block a user