diff --git a/src/common/config.h b/src/common/config.h index a45f253ae..bea645bc8 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -126,8 +126,6 @@ # define LOVE_LEGENDARY_ACCELEROMETER_AS_JOYSTICK_HACK #endif -// fixme: vulkan graphics only tested on windows for now -// adjust this later on when testing is successful on other platforms #if defined(LOVE_WINDOWS) || defined(LOVE_LINUX) || defined(LOVE_ANDROID) # define LOVE_GRAPHICS_VULKAN #endif