Skip to content

Commit 47b64d7

Browse files
committed
Force 8 byte alignment of grc textures
1 parent 9ed2a74 commit 47b64d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gl-n64.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ SECTIONS
8383
__RESOURCE_LIST__ = . ;
8484
KEEP(*(.data.resource_table))
8585
__RESOURCE_END__ = . ;
86+
. = ALIGN(8) ;
8687
KEEP(*(.data.resource_data))
8788
*(.data .data.*)
8889
*(.gnu.linkonce.d.*)

0 commit comments

Comments
 (0)