diff options
| author | Julian Blake Kongslie | 2022-11-05 13:17:09 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-11-05 13:17:09 -0700 |
| commit | 3b45e9ee7b7ab16ea00a5d69946dea74218e49fd (patch) | |
| tree | 6f3e1068e39314e23ee6afc06646e46b6938c277 /io | |
| parent | Change foobar evt to use newer shorthand (diff) | |
| download | biggolf-3b45e9ee7b7ab16ea00a5d69946dea74218e49fd.tar.xz | |
Slower default output delay
Diffstat (limited to '')
| -rw-r--r-- | io/model.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ | |||
| 9 | #include "isa/isa.h" | 9 | #include "isa/isa.h" |
| 10 | 10 | ||
| 11 | struct iomodel { | 11 | struct iomodel { |
| 12 | static constexpr unsigned int TT_OUTPUT_DELAY = 1; | 12 | static constexpr unsigned int TT_OUTPUT_DELAY = 10; |
| 13 | 13 | ||
| 14 | event_log log; | 14 | event_log log; |
| 15 | std::uint64_t time = 0; | 15 | std::uint64_t time = 0; |
