Fixed gba_build to work with the new build files layout
This commit is contained in:
parent
77e0222201
commit
30a992efad
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ run: install
|
||||
run-studio: install
|
||||
./dist/current/bin/nostalgia-studio -profile dist/current/share/nostalgia-studio.json
|
||||
gba-run: make
|
||||
${ENV_RUN} mgba-qt build/current/src/player/nostalgia.bin
|
||||
mgba-qt build/current/nostalgia.bin
|
||||
gdb: make
|
||||
gdb ./build/current/src/wombat/wombat
|
||||
gdb-studio: make
|
||||
|
@ -7,6 +7,6 @@ echo NOSTALGIA_MEDIA_HEADER_________ > media_header.txt
|
||||
./dist/current/bin/oxfs format 32 1k nostalgia_media.oxfs
|
||||
./dist/current/bin/nost-pack -fs nostalgia_media.oxfs -img charset.png -inode 101 -tiles 40 -bpp 4 -c
|
||||
|
||||
${DEVKITARM}/bin/padbin 32 build/gba-release/src/nostalgia/player/nostalgia.bin
|
||||
cat build/gba-release/src/nostalgia/player/nostalgia.bin media_header.txt nostalgia_media.oxfs > nostalgia.gba
|
||||
${DEVKITARM}/bin/padbin 32 build/gba-release/nostalgia.bin
|
||||
cat build/gba-release/nostalgia.bin media_header.txt nostalgia_media.oxfs > nostalgia.gba
|
||||
${DEVKITARM}/bin/gbafix nostalgia.gba
|
||||
|
@ -14,7 +14,7 @@ if(COMMAND OBJCOPY_FILE)
|
||||
COMPILER_FLAGS "-mthumb -mthumb-interwork"
|
||||
)
|
||||
|
||||
OBJCOPY_FILE(nostalgia)
|
||||
OBJCOPY_FILE(../../../nostalgia)
|
||||
#PADBIN_FILE(nostalgia)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user