#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 /** @brief load static/tilemap.bin into memory */ void hh_ppusim_load_tilemap();