diff options
author | yenatch <yenatch@gmail.com> | 2017-04-29 16:54:51 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-04-29 16:54:51 -0400 |
commit | bb433954d014b0c13b3f7a1f16f8fa9fdf76fbe9 (patch) | |
tree | c8b14e64de99cc017d301bcec4201d418b9d6678 /src/util.c | |
parent | 2090636b04f5ccb04630c846a66abd8f49fdd7ac (diff) |
Fix the NONMATCHING check in util.c.
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c index 9929887d2..2278c50fe 100644 --- a/src/util.c +++ b/src/util.c @@ -43,7 +43,7 @@ void DoBgAffineSet(struct BgAffineDstData *dest, u32 texX, u32 texY, s16 scrX, s BgAffineSet(&src, dest, 1); } -#ifndef NONMATCHING +#ifdef NONMATCHING // Functionally equivalent. // Only the two yflip loops don't match. |