mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +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
|
# - 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
|
||||||
|
|
||||||
|
@ -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
|
||||||
------------------
|
------------------
|
||||||
|
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
|
#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);
|
||||||
|
Loading…
Reference in New Issue
Block a user