Update TODO
This commit is contained in:
parent
a104a12cc4
commit
f83e7f519d
5 changed files with 18 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue