diff --git a/Assets/dll/melonDS.wbx.zst b/Assets/dll/melonDS.wbx.zst index d4525772a3..023c715fca 100644 Binary files a/Assets/dll/melonDS.wbx.zst and b/Assets/dll/melonDS.wbx.zst differ diff --git a/waterbox/melon/Makefile b/waterbox/melon/Makefile index d05ca4705f..72a4adba0e 100644 --- a/waterbox/melon/Makefile +++ b/waterbox/melon/Makefile @@ -8,7 +8,7 @@ CXXFLAGS := -DMELONDS_VERSION="" -DOGLRENDERER_ENABLED \ -Wno-sign-compare -Wno-deprecated-declarations \ -Wno-missing-braces -Wno-bitwise-instead-of-logical \ -Wno-unused-private-field -Wno-logical-op-parentheses \ - -fno-strict-aliasing -std=c++17 + -fno-strict-aliasing -fwrapv -std=c++17 TARGET = melonDS.wbx