fix a myriad of other files

This commit is contained in:
Leah Anderson
2026-03-02 14:09:40 -07:00
parent b2e255fc05
commit d6d7fa7ada
66 changed files with 116 additions and 113 deletions

View File

@@ -5,7 +5,7 @@
#ifdef __PSVITA__
// AP - this is used to perform fast 64bit divides of known values
#include "..\Minecraft.Client\PSVita\PSVitaExtras\libdivide.h"
#include "../Minecraft.Client/PSVita\PSVitaExtras\libdivide.h"
libdivide::divider<long long> fast_d2(2);
libdivide::divider<long long> fast_d3(3);