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

Add output path to .incbin

parent 3fcb42e3
No related branches found
No related tags found
No related merge requests found
......@@ -83,9 +83,9 @@ main(int argc, char **argv)
".global %sy2r\n"
".align 4\n"
"%sr2y:\n"
" .incbin \"r2y.bin\"\n"
" .incbin \"%s/r2y.bin\"\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,
"#ifndef RGBMAP_H\n"
"#define RGBMAP_H\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment