diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-07 19:29:17 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-07 19:29:17 +0200 |
commit | cc5fda1626ac77a74459bcfe3c422be3c2a5267b (patch) | |
tree | 07b46ae1a507359ac241869c7c3e5887d80880d0 /src/ppusim/sim.h | |
parent | 892424ba4d0c979e4351f7a866b6fe777783e4d2 (diff) |
WIP more debugging
Diffstat (limited to 'src/ppusim/sim.h')
-rw-r--r-- | src/ppusim/sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppusim/sim.h b/src/ppusim/sim.h index 4d1d718..4911a06 100644 --- a/src/ppusim/sim.h +++ b/src/ppusim/sim.h @@ -1,7 +1,7 @@ #pragma once /** @brief pixel-perfect upscale factor for PPUSIM */ -#define HH_PPUSIM_UPSCALE_FACTOR 3 +#define HH_PPUSIM_UPSCALE_FACTOR 1 /** @brief max framerate for PPUSIM */ #define HH_PPUSIM_FRAMERATE 60 |