diff options
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.hpp b/include/config.hpp index dcc476b..defb972 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -16,8 +16,6 @@ #pragma once -#define WRITE_DELAY_SEC 0 - #include "stdint.h" #include "imgui.h" @@ -31,7 +29,9 @@ #define u32 uint32_t #define u64 uint64_t -#define SIMULATE_EMAIL 1 +#define SIMULATE_EMAIL 1 +#define SIMULATE_SLOW_DISK 1 +#define SIMULATE_WRITE_FAILURE 0 namespace config { static const char* PROGRAM_VERSION = "0.1.0"; // major.minor.patch |
