Project

General

Profile

Actions

Emulator Issues #11853

closed

Android: NativeLibrary.GetConfig is broken

Added by ryanebola16 over 4 years ago. Updated over 4 years ago.

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 ?

Actions #1

Updated by JosJuice over 4 years ago

SettingsFile.FILE_NAME_DOLPHIN is equal to "Dolphin", but you need "Dolphin.ini" for this function to work.

Actions #2

Updated by ryanebola16 over 4 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 #3

Updated by JosJuice over 4 years ago

  • Status changed from New to Invalid
Actions

Also available in: Atom PDF