Remove all brony branding

This commit is contained in:
Michael Theall 2016-01-25 23:46:52 -06:00
parent c21aa5439e
commit 08f437e25e
5 changed files with 8 additions and 8 deletions

View File

@ -26,16 +26,16 @@ include $(DEVKITARM)/3ds_rules
# - icon.png # - icon.png
# - <libctru folder>/default_icon.png # - <libctru folder>/default_icon.png
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
TARGET := ftbrony TARGET := ftpd
BUILD := build BUILD := build
SOURCES := source SOURCES := source
DATA := data DATA := data
INCLUDES := include INCLUDES := include
APP_TITLE := Super ftBRONY II Turbo APP_TITLE := Super ftpd II Turbo
APP_DESCRIPTION := v$(VERSION) APP_DESCRIPTION := v$(VERSION)
APP_AUTHOR := mtheall APP_AUTHOR := mtheall
ICON := ftbrony.png ICON := ftpd.png
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
@ -44,7 +44,7 @@ ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
CFLAGS := -g -Wall -O3 -mword-relocations \ CFLAGS := -g -Wall -O3 -mword-relocations \
$(ARCH) \ $(ARCH) \
-DSTATUS_STRING="\"ftbrony v$(VERSION)\"" -DSTATUS_STRING="\"ftpd v$(VERSION)\""
CFLAGS += $(INCLUDE) -DARM11 -D_3DS CFLAGS += $(INCLUDE) -DARM11 -D_3DS

View File

@ -1,5 +1,5 @@
ftbrony ftpd
======= ====
FTP Server for 3DS. FTP Server for 3DS.
@ -18,7 +18,7 @@ Clone this repository and cd in the resulting directory.
make make
Copy the `ftbrony.3dsx` file to your SD card and launch it. Copy the `ftpd.3dsx` file to your SD card and launch it.
Supported Commands Supported Commands
------------------ ------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

BIN
ftpd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

View File

@ -1432,7 +1432,7 @@ ftp_init(void)
#ifdef ENABLE_LOGGING #ifdef ENABLE_LOGGING
/* open log file */ /* open log file */
FILE *fp = freopen("/ftbrony.log", "wb", stderr); FILE *fp = freopen("/ftpd.log", "wb", stderr);
if(fp == NULL) if(fp == NULL)
{ {
console_print(RED "freopen: 0x%08X\n" RESET, errno); console_print(RED "freopen: 0x%08X\n" RESET, errno);