Hi
I saw that to operate the overrides, you must have the following:
configuration per-code = off Load overrides files automatically = on
Then if:
configuration per-code = on Load overrides files automatically = on
Retroarch search configuration per code as:
config/nestopia_libretro.dll.cfg
But if there is a overrides for a single game, not run.
This should go in order and
if
configuration per-code = on Load overrides files automatically = on
then it will use configuration per core and else it find configuration per core it will use overrides
and if
configuration per-code = off Load overrides files automatically = on
then only use the overrides
not?