From d38f659f428544de524fe6f2a49355a104055555 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 9 May 2024 21:59:32 +0200 Subject: Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index c3493e7e..19c45f90 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -69,6 +69,7 @@ needed_libs_t* new_neededlib(int n); needed_libs_t* copy_neededlib(needed_libs_t* needed); void add1_neededlib(needed_libs_t* needed); void add1lib_neededlib(needed_libs_t* needed, library_t* lib, const char* name); +void add1lib_neededlib_name(needed_libs_t* needed, library_t* lib, const char* name); void add1libref_neededlib(needed_libs_t* needed, library_t* lib); typedef struct base_segment_s { -- cgit 1.4.1