diff options
author | quou <quou@disroot.org> | 2025-01-19 21:04:51 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-19 21:04:51 +1100 |
commit | 74e8d3f0278a65fdf86a1185fec8a6016e628e88 (patch) | |
tree | 660dd28a07296d74e3caf0f6adde0336235be1c0 /app.hpp | |
parent | 7b6bda1188cf80ffc85b16e099d7811c92dbd7ac (diff) |
render UI in software
Diffstat (limited to 'app.hpp')
-rw-r--r-- | app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef app_hpp #define app_hpp -#define app_memory_size (1024 * 1024 * 32) +#define app_memory_size (1024 * 1024 * 512) #include <new> #include <stdint.h> |