mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-13 18:58:50 +01:00
fix x86 build
This commit is contained in:
parent
a8ff99c68b
commit
0ccab79884
1
input.c
1
input.c
@ -588,7 +588,6 @@ u32 update_input()
|
|||||||
key &= ~(joy_map(event.jbutton.button));
|
key &= ~(joy_map(event.jbutton.button));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ BIN ?= gpsp.exe
|
|||||||
VPATH += ..
|
VPATH += ..
|
||||||
CFLAGS += -DPC_BUILD -Wall -m32
|
CFLAGS += -DPC_BUILD -Wall -m32
|
||||||
INCLUDES = -I${PREFIX}/include `sdl-config --cflags`
|
INCLUDES = -I${PREFIX}/include `sdl-config --cflags`
|
||||||
LIBS = -L${PREFIX}/lib `sdl-config --libs` -mconsole -lz -m32
|
LIBS = -L${PREFIX}/lib `sdl-config --libs` -lz -m32
|
||||||
|
|
||||||
# Compilation:
|
# Compilation:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user