mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix INIFile ignoring the last line of files
This commit is contained in:
@ -351,8 +351,6 @@ bool IniFile::Load(const char* filename, bool keep_current_data)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (in.eof()) break;
|
||||
|
||||
if (line.size() > 0)
|
||||
{
|
||||
if (line[0] == '[')
|
||||
|
Reference in New Issue
Block a user