Index: pcsx2/INISettingsInterface.cpp
--- pcsx2/INISettingsInterface.cpp.orig
+++ pcsx2/INISettingsInterface.cpp
@@ -136,7 +136,7 @@ void INISettingsInterface::Clear()
 
 bool INISettingsInterface::IsEmpty()
 {
-	return (m_ini.GetKeyCount() == 0);
+	return m_ini.IsEmpty();
 }
 
 bool INISettingsInterface::GetIntValue(const char* section, const char* key, int* value) const
