Temporarily disable the Wacom tablets.
This commit is contained in:
@@ -22,7 +22,7 @@ add_library(dev OBJECT bugger.c cassette.c cartridge.c hasp.c hwm.c hwm_lm75.c h
|
|||||||
kbc_at.c kbc_at_dev.c
|
kbc_at.c kbc_at_dev.c
|
||||||
keyboard_at.c
|
keyboard_at.c
|
||||||
mouse.c mouse_bus.c mouse_serial.c mouse_ps2.c phoenix_486_jumper.c
|
mouse.c mouse_bus.c mouse_serial.c mouse_ps2.c phoenix_486_jumper.c
|
||||||
mouse_wacom_tablet.c serial_passthrough.c)
|
serial_passthrough.c)
|
||||||
|
|
||||||
if(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
if(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||||
target_link_libraries(86Box atomic)
|
target_link_libraries(86Box atomic)
|
||||||
|
@@ -94,8 +94,10 @@ static mouse_t mouse_devices[] = {
|
|||||||
{ &mouse_msserial_device },
|
{ &mouse_msserial_device },
|
||||||
{ &mouse_ltserial_device },
|
{ &mouse_ltserial_device },
|
||||||
{ &mouse_ps2_device },
|
{ &mouse_ps2_device },
|
||||||
|
#ifdef USE_WACOM
|
||||||
{ &mouse_wacom_device },
|
{ &mouse_wacom_device },
|
||||||
{ &mouse_wacom_artpad_device },
|
{ &mouse_wacom_artpad_device },
|
||||||
|
#endif
|
||||||
{ NULL }
|
{ NULL }
|
||||||
// clang-format on
|
// clang-format on
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user