Fix bad JSystem pch ifdef breaking decomp.me

This commit is contained in:
LagoLunatic 2025-12-23 15:28:15 -05:00
parent 20bc3845b5
commit 238d572c5f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef JSYSTEM_H
#define JSYSTEM_H
#ifdef __MWERKS__
#if __MWERKS__ && !defined(DECOMPCTX)
#include "JSystem/JSystem.mch" // IWYU pragma: export
#else
#include "JSystem/JSystem.pch" // IWYU pragma: export