mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-12-23 03:11:49 +01:00
Remove all brony branding
This commit is contained in:
parent
c21aa5439e
commit
08f437e25e
@ -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
|
||||
|
||||
|
@ -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
|
||||
------------------
|
||||
|
BIN
ftbrony.png
BIN
ftbrony.png
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user