mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-15 20:01:15 +00:00
Add "categories" in ini file
This commit is contained in:
parent
47d32c6ef3
commit
de2c58a8d5
@ -314,6 +314,8 @@ void CConfigApp::WriteRegisterSettings() const
|
|||||||
|
|
||||||
dictionary* dict = dictionary_new(0);
|
dictionary* dict = dictionary_new(0);
|
||||||
iniparser_set(dict, "isle", NULL);
|
iniparser_set(dict, "isle", NULL);
|
||||||
|
iniparser_set(dict, "extensions", NULL);
|
||||||
|
iniparser_set(dict, "texture loader", NULL);
|
||||||
if (m_device_enumerator->FormatDeviceName(buffer, m_driver, m_device) >= 0) {
|
if (m_device_enumerator->FormatDeviceName(buffer, m_driver, m_device) >= 0) {
|
||||||
iniparser_set(dict, "isle:3D Device ID", buffer);
|
iniparser_set(dict, "isle:3D Device ID", buffer);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user