Skip to content

Commit

Permalink
Build melonDS with fwrapv, fixes weird rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Jun 2, 2024
1 parent f5af95c commit 7164763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Assets/dll/melonDS.wbx.zst
Binary file not shown.
2 changes: 1 addition & 1 deletion waterbox/melon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7164763

Please sign in to comment.