Added app title, app icon and updated readme

This commit is contained in:
Joel 2016-07-27 14:12:52 +05:30
parent 6a61408ca2
commit 610506e2b2
3 changed files with 8 additions and 0 deletions

View File

@ -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
#---------------------------------------------------------------------------------

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB