From deb2ea94356a2d1589c5a69b730fde25ca62de15 Mon Sep 17 00:00:00 2001 From: nikeinikei Date: Sat, 20 Aug 2022 22:04:23 +0200 Subject: [PATCH] Update config.h --- src/common/config.h | 2 -- 1 file changed, 2 deletions(-) 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