Added module size to config

This commit is contained in:
2020-04-23 09:51:24 +02:00
parent c803e2c16f
commit 83afffc325
+4
View File
@@ -5,6 +5,10 @@
#include <string>
namespace core_buffer {
const size_t MODULE_X_SIZE = 1024;
const size_t MODULE_Y_SIZE = 512;
// How many frames we store in each file.
// Must be power of 10 and <= than FOLDER_MOD
const size_t FILE_MOD = 1000;