Skip to content

Commit

Permalink
n64.mk: remove unused macro for fixed DFS offset
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Jun 23, 2024
1 parent ef83581 commit a0a938e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion n64.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BUILD_DIR ?= .
SOURCE_DIR ?= .
DSO_COMPRESS_LEVEL ?= 1
N64_DFS_OFFSET ?= 1M # Override this to offset where the DFS file will be located inside the ROM

N64_ROM_TITLE = "Made with libdragon" # Override this with the name of your game or project
N64_ROM_SAVETYPE = # Supported savetypes: none eeprom4k eeprom16 sram256k sram768k sram1m flashram
Expand Down

0 comments on commit a0a938e

Please sign in to comment.