From 3324456c65b747ab56158e9c7683be302761ed7a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 4 Nov 2015 22:48:27 -0800 Subject: Load config file and rom.db from appropriate locations on Android --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 8817db1..8ae1fe3 100644 --- a/config.h +++ b/config.h @@ -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_ -- cgit v1.2.3