summaryrefslogtreecommitdiff
path: root/app.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-01-19 21:04:51 +1100
committerquou <quou@disroot.org>2025-01-19 21:04:51 +1100
commit74e8d3f0278a65fdf86a1185fec8a6016e628e88 (patch)
tree660dd28a07296d74e3caf0f6adde0336235be1c0 /app.hpp
parent7b6bda1188cf80ffc85b16e099d7811c92dbd7ac (diff)
render UI in software
Diffstat (limited to 'app.hpp')
-rw-r--r--app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.hpp b/app.hpp
index df16bd9..d26003a 100644
--- a/app.hpp
+++ b/app.hpp
@@ -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>