Actions
Emulator Issues #11853
closedAndroid: NativeLibrary.GetConfig is broken
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
I may be misunderstanding something but:
NativeLibrary.GetConfig(SettingsFile.FILE_NAME_DOLPHIN, Settings.SECTION_INI_CORE, SettingsFile.KEY_DEFAULT_ISO, "defaultvalue?");
seems to always return defaultvalue
Shouldn't this return the the value stored at the key, since one already exists for KEY_DEFAUT_ISO
?
Updated by JosJuice over 5 years ago
SettingsFile.FILE_NAME_DOLPHIN is equal to "Dolphin", but you need "Dolphin.ini" for this function to work.
Updated by ryanebola16 over 5 years ago
Ah, thanks. This can be marked invalid. I'll be using this in the future so there will be an example for others to use.
Actions