Skip to content

Commit

Permalink
Added app title, app icon and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Jul 27, 2016
1 parent 6a61408 commit 610506e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#---------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Binary file added resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 610506e

Please sign in to comment.