diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ -BLOCKSDS ?= /opt/blocksds/core +BLOCKSDS ?= /opt/blocksds/core -NAME := cobalt -GAME_TITLE := Cobalt -GAME_SUBTITLE := Pixel painting studio -GAME_AUTHOR := https://derelict.engineering +NAME := bedrock +GAME_TITLE := bedrock-nds +GAME_SUBTITLE := Bedrock emulator +GAME_AUTHOR := https://benbridle.com +GAME_ICON := icon.bmp include $(BLOCKSDS)/sys/default_makefiles/rom_arm9arm7/Makefile |