diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 15:24:55 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 15:24:55 +0100 |
commit | 5f5c6a410cafaa917ca3ff0a2a95bb1f2db4b980 (patch) | |
tree | ad1ff6847694c27da5e0a81324eeb505dfea3a6f /src/ppusim/sim.h | |
parent | 672982618cb3ea63f0305785d7c499c83ece145b (diff) |
ppusim refactor
Diffstat (limited to 'src/ppusim/sim.h')
-rw-r--r-- | src/ppusim/sim.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ppusim/sim.h b/src/ppusim/sim.h new file mode 100644 index 0000000..e161746 --- /dev/null +++ b/src/ppusim/sim.h @@ -0,0 +1,4 @@ +#pragma once + +#define HH_PPUSIM_UPSCALE_FACTOR 3 +#define HH_PPUSIM_FRAMERATE 60 |