mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
Added app title, app icon and updated readme
This commit is contained in:
parent
6a61408ca2
commit
610506e2b2
7
Makefile
7
Makefile
@ -29,10 +29,17 @@ include $(DEVKITARM)/3ds_rules
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET := $(notdir $(CURDIR))
|
||||
BUILD := build
|
||||
RESOURCES := resources
|
||||
SOURCES := source
|
||||
DATA := data
|
||||
INCLUDES := include
|
||||
|
||||
APP_TITLE := 3DSident
|
||||
APP_DESCRIPTION := Get more info about your 3DS, firmware, region etc.
|
||||
APP_AUTHOR := Joel16 & wolfvak
|
||||
|
||||
ICON := $(RESOURCES)/icon.png
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#---------------------------------------------------------------------------------
|
||||
|
@ -14,3 +14,4 @@ I decided to fork this project, and added additional info similar to PSPident, h
|
||||
- MAC address detection.
|
||||
- SD detection.
|
||||
- Battery status.
|
||||
- Automatically saves screenshot upon exit.
|
||||
|
BIN
resources/icon.png
Normal file
BIN
resources/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue
Block a user