Skip to content

Commit

Permalink
fix INCLUDE_IMG and INCLUDE_PAL on modern GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jan 8, 2024
1 parent 6b5883f commit 62b5167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/include_asset.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
".type " #SYMBOLNAME", @object\n" \
#SYMBOLNAME":\n" \
".incbin \"ver/"ASTRINGIFY(VERSION)"/build/" FILENAME ".bin\"\n" \
".text" \
)

// two macros are needed for N() usage
Expand All @@ -27,6 +28,7 @@
".type " #SYMBOLNAME", @object\n" \
#SYMBOLNAME":\n" \
".incbin \"ver/"ASTRINGIFY(VERSION)"/build/" FILENAME ".bin\"\n" \
".text" \
)

#endif // _H_INCLUDE_ASSET

0 comments on commit 62b5167

Please sign in to comment.