From 2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Sun, 11 Jan 2026 19:00:04 -0800 Subject: J2DGraph debug (#3028) * J2DGraph debug * J2DGraph debug --- include/JSystem/JSupport/JSUInputStream.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/JSystem/JSupport') diff --git a/include/JSystem/JSupport/JSUInputStream.h b/include/JSystem/JSupport/JSUInputStream.h index 52c80575ee..afde440837 100644 --- a/include/JSystem/JSupport/JSUInputStream.h +++ b/include/JSystem/JSupport/JSUInputStream.h @@ -89,6 +89,10 @@ public: return *this; } + s32 read(bool& val) { + return read(&val, sizeof(bool)); + } + s32 read(u8& val) { return read(&val, sizeof(u8)); } -- cgit v1.2.3