Merge pull request #196 from TakaRikka/feature/camera-invert-option

Added camera invert X option to Tweaks menu
This commit is contained in:
TakaRikka
2026-04-01 18:30:35 -07:00
committed by GitHub
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@
#if TARGET_PC
bool dusk::tweaks::FastIronBoots = false;
bool dusk::tweaks::InvertCameraXAxis = false;
#endif
static int daAlink_Create(fopAc_ac_c* i_this);