From f2487c7e2141be73bd046db88e83ea9b472e3d43 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 13 May 2024 08:26:04 +0800 Subject: [PATCH] ; * src/epaths.in: Declare and use android_game_path. (cherry picked from commit ad588f81317db2faa2770a700f0e29a3b74ae682) --- src/epaths.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/epaths.in b/src/epaths.in index 8415ce51586..a928830dba2 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -94,10 +94,11 @@ along with GNU Emacs. If not, see . */ # define PATH_DATA "/assets/etc/" # define PATH_DOC "/assets/etc/" # define PATH_INFO "/assets/info/" - # define PATH_GAME "" + # define PATH_GAME (android_game_path) # define PATH_BITMAPS "/assets/bitmaps/" extern char *android_site_load_path; extern char *android_lib_dir; +extern char *android_game_path; #endif -- 2.39.5