mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Build fix.
This commit is contained in:
parent
99dbd6bd1c
commit
c76fc068dc
@ -16,7 +16,7 @@
|
|||||||
#ifndef AUTOCONF_BUILTIN_H__
|
#ifndef AUTOCONF_BUILTIN_H__
|
||||||
#define AUTOCONF_BUILTIN_H__
|
#define AUTOCONF_BUILTIN_H__
|
||||||
|
|
||||||
#include "input_common.h"
|
#include "../input_common.h"
|
||||||
#define DECL_BTN(btn, bind) "input_" #btn "_btn = " #bind "\n"
|
#define DECL_BTN(btn, bind) "input_" #btn "_btn = " #bind "\n"
|
||||||
#define DECL_AXIS(axis, bind) "input_" #axis "_axis = " #bind "\n"
|
#define DECL_AXIS(axis, bind) "input_" #axis "_axis = " #bind "\n"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user