Skip to content

Commit

Permalink
removed debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy committed Jan 19, 2025
1 parent 6f72620 commit 23d7b75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -6702,16 +6702,13 @@ unsigned input_config_parse_sensor(

fill_pathname_join_delim(sensor_label, s,
"label", '_', sizeof(sensor_label));
RARCH_DBG("%s %s\n",s,conf->path);
if (config_get_array(conf, s, tmp, sizeof(tmp)))
{
if (strcmp(tmp, "nul") != 0){
RARCH_DBG("tail=%s\n", tmp+1);
if (strcmp(tmp+1,"inv") == 0)
return (((*tmp)-0x30)*2)+1;
else if (tmp[1] == '\0')
return ((*tmp)-0x30)*2;

}
}
return id*2;
Expand Down

0 comments on commit 23d7b75

Please sign in to comment.