Add back HAVE_CONFIGFILE ifdef - will strip out remaps and overrides

support as well
This commit is contained in:
twinaphex 2020-02-02 21:27:38 +01:00
parent cb48ae6989
commit e0fdd8d39e
56 changed files with 419 additions and 253 deletions

View file

@ -75,7 +75,9 @@ static int action_start_remap_file_load(
const char *path, const char *label,
unsigned type, size_t idx, size_t entry_idx)
{
#ifdef HAVE_CONFIGFILE
input_remapping_set_defaults(true);
#endif
return 0;
}