As the demo show, i don't know what's the default config file name, orx or orxd?
As the desktop application that would be the exe file name with .ini extension. What about for android? is it the App name or library name?
I'm afraid I don't have the answer to that one. However our Android experts, Lydesik and Faistoiplaisir, should be able to provide you with this information.
Comments
on Android, the default orx config file name depends on which orx "flavor" you are running.
for release it's orx.ini
for debug it's orxd.ini
for profiling it's orxp.ini
usually in my projects, theses files just sets some values and the include the "real" main config file.
ie;
orxd.ini
[Renderer]
ShowFPS = true
@main.ini@