Skip to content
Snippets Groups Projects
Commit a4705aa1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add output path to .incbin

parent f29f1f3e
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4240 failed
...@@ -83,9 +83,9 @@ main(int argc, char **argv) ...@@ -83,9 +83,9 @@ main(int argc, char **argv)
".global %sy2r\n" ".global %sy2r\n"
".align 4\n" ".align 4\n"
"%sr2y:\n" "%sr2y:\n"
" .incbin \"r2y.bin\"\n" " .incbin \"%s/r2y.bin\"\n"
"%sy2r:\n" "%sy2r:\n"
" .incbin \"y2r.bin\"\n", mangle, mangle, mangle, mangle); " .incbin \"%s/y2r.bin\"\n", mangle, mangle, argv[2], mangle, argv[2], mangle);
fprintf(h, fprintf(h,
"#ifndef RGBMAP_H\n" "#ifndef RGBMAP_H\n"
"#define RGBMAP_H\n" "#define RGBMAP_H\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment