summaryrefslogtreecommitdiff
path: root/include/PR
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-10-27 21:28:33 -0400
committerGitHub <noreply@github.com>2022-10-28 02:28:33 +0100
commitc6ec00f0dd25136178dbfb658645c50995b91d64 (patch)
treeb648cbc26d29a6b805fc4d9ef5e14bafd35cd016 /include/PR
parentd76266d91e69683c71ff038a6d7afd51af3da129 (diff)
Match func_80142440 (z_vr_box.c OK) (#1127)
* match func_80142440 * run full formatter * docs and cleanup * PR Suggestions
Diffstat (limited to 'include/PR')
-rw-r--r--include/PR/gbi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/PR/gbi.h b/include/PR/gbi.h
index 5cfe31785..07fa0ac2c 100644
--- a/include/PR/gbi.h
+++ b/include/PR/gbi.h
@@ -4132,7 +4132,7 @@ _DW({ \
#define gDPLoadMultiTile(pkt, timg, tmem, rtile, fmt, siz, width, height,\
uls, ult, lrs, lrt, pal, \
cms, cmt, masks, maskt, shifts, shiftt) \
-{ \
+_DW({ \
gDPSetTextureImage(pkt, fmt, siz, width, timg); \
gDPSetTile(pkt, fmt, siz, \
(((((lrs)-(uls)+1) * siz##_TILE_BYTES)+7)>>3), tmem, \
@@ -4154,7 +4154,7 @@ _DW({ \
(ult)<<G_TEXTURE_IMAGE_FRAC, \
(lrs)<<G_TEXTURE_IMAGE_FRAC, \
(lrt)<<G_TEXTURE_IMAGE_FRAC); \
-}
+})
#define gsDPLoadTextureTile(timg, fmt, siz, width, height, \