Update TODO

This commit is contained in:
Miloslav Ciz 2025-06-20 01:52:00 +02:00
parent a104a12cc4
commit f83e7f519d
5 changed files with 18 additions and 2 deletions

View file

@ -14,6 +14,10 @@
#include <stdint.h>
#include "settings.h"
#if defined(_WIN32) || defined(WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__APPLE__)
#warning "Your OS sucks, go fuck yourself."
#endif
#define LCR_EFFECTIVE_RESOLUTION_X \
(LCR_SETTING_RESOLUTION_X / LCR_SETTING_RESOLUTION_SUBDIVIDE)