diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:48:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:48:01 +0100 |
commit | 779ad2408cf97687878f816ddff2b04f22f5172d (patch) | |
tree | e9adbec3e7082e22a272e9fac250b00393a06746 /src/ppusim/sim.h | |
parent | f7da5b7dde8b9c342c805edd65e66febf705ed48 (diff) |
add developer documentation to ppusim/ppu interface
Diffstat (limited to 'src/ppusim/sim.h')
-rw-r--r-- | src/ppusim/sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ppusim/sim.h b/src/ppusim/sim.h index e161746..73f4b23 100644 --- a/src/ppusim/sim.h +++ b/src/ppusim/sim.h @@ -1,4 +1,6 @@ #pragma once +/** @brief pixel-perfect upscale factor for PPUSIM */ #define HH_PPUSIM_UPSCALE_FACTOR 3 +/** @brief max framerate for PPUSIM */ #define HH_PPUSIM_FRAMERATE 60 |