Fix PSP Deadzones

This commit is contained in:
2025-11-09 19:19:36 -06:00
parent e2ce809762
commit ec324e02f2
6 changed files with 17 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
#pragma once
#include "dusk.h"
#define TIME_STEP (1.0f / 144.0f) // 60 Ticks per second.
#define TIME_STEP (1.0f / 60.0f) // 60 Ticks per second (what we are aiming for)
#ifndef TIME_FIXED
#define TIME_FIXED 0