]> git.lizzy.rs Git - nothing.git/blobdiff - src/config.h
Add RENDERER_CONFIG
[nothing.git] / src / config.h
index 7a964391441f5cc9eb4930bb207fee9c6400ad6b..b062ebca04cc38bb20bfd2ebab04dae1d27d3931 100644 (file)
@@ -28,4 +28,7 @@
 
 #define VERSION "2"
 
+// #define RENDERER_CONFIG SDL_RENDERER_SOFTWARE
+#define RENDERER_CONFIG (SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC)
+
 #endif  // CONFIG_H_