summaryrefslogtreecommitdiff
path: root/src/m_Do/m_Do_machine.cpp
diff options
context:
space:
mode:
authorkipcode66 <kipcode66@gmail.com>2025-12-08 23:31:22 -0500
committerGitHub <noreply@github.com>2025-12-08 20:31:22 -0800
commit3b26aae5321f14fcdfaf4360605daaa4da6a99cf (patch)
tree445b5a2b09981a7cc4ac00ea44159bfc9ffb0e22 /src/m_Do/m_Do_machine.cpp
parenta3d6bafcdde6d8361c4d1e3acbd33c08a2978f4c (diff)
Improving standard compiler compatibility (#2926)
* Adding explicit dolphin/ prefix & fix characters * Rename ShiftJIS to SJIS * Separate JASSeqReader read methods implementation between compilers. * Fix pointer.h * fix d_item_data typo * fix gcn matching issue
Diffstat (limited to 'src/m_Do/m_Do_machine.cpp')
-rw-r--r--src/m_Do/m_Do_machine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_machine.cpp b/src/m_Do/m_Do_machine.cpp
index fed3d8c4d3..19fc4e6d57 100644
--- a/src/m_Do/m_Do_machine.cpp
+++ b/src/m_Do/m_Do_machine.cpp
@@ -16,7 +16,9 @@
#include "SSystem/SComponent/c_malloc.h"
#include "SSystem/SComponent/c_math.h"
#include "SSystem/SComponent/c_API_controller_pad.h"
+#ifdef __MWERKS__
#include "base/PPCArch.h"
+#endif
#include "m_Do/m_Do_DVDError.h"
#include "m_Do/m_Do_MemCard.h"
#include "m_Do/m_Do_Reset.h"