mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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
|
#endif
|
||||||
|
|
||||||
if (in.eof()) break;
|
|
||||||
|
|
||||||
if (line.size() > 0)
|
if (line.size() > 0)
|
||||||
{
|
{
|
||||||
if (line[0] == '[')
|
if (line[0] == '[')
|
||||||
|
Reference in New Issue
Block a user