Merge branch 'main' into 26-02-25-more-endian-fixes

This commit is contained in:
PJB3005
2026-02-25 20:47:33 +01:00
53 changed files with 109 additions and 93 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
s32 write(const void*, s32);
void write(const char*);
#if defined(_MSVC_LANG) && defined(_WIN64)
#ifdef TARGET_PC
JSUOutputStream& operator<<(uintptr_t param_0) {
write(&param_0, sizeof(uintptr_t));
return *this;