diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-04 22:48:27 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-04 22:48:27 -0800 |
commit | 3324456c65b747ab56158e9c7683be302761ed7a (patch) | |
tree | a135a98bb14a76d2507108e2ceb248401b41e44f /config.h | |
parent | e26893e5625ceffa1214024ed3191b155d56de6f (diff) |
Load config file and rom.db from appropriate locations on Android
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ tern_node * parse_config_file(char * config_path); tern_node * load_config(); +#ifdef __ANDROID__ +tern_node * parse_config_file_assets(char *config_path); +#endif #endif //CONFIG_H_ |