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

View File

@ -1,5 +1,5 @@
ftbrony
=======
ftpd
====
FTP Server for 3DS.
@ -18,7 +18,7 @@ Clone this repository and cd in the resulting directory.
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
------------------

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
/* open log file */
FILE *fp = freopen("/ftbrony.log", "wb", stderr);
FILE *fp = freopen("/ftpd.log", "wb", stderr);
if(fp == NULL)
{
console_print(RED "freopen: 0x%08X\n" RESET, errno);