Skip to content

Commit 7bf76d7

Browse files
committed
fixed sxos hdd support
1 parent a8a262a commit 7bf76d7

File tree

10 files changed

+49
-872
lines changed

10 files changed

+49
-872
lines changed

Makefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ SOURCES := source source/ui source/data source/install source/nx source/nx/ipc
4343
DATA := data
4444
INCLUDES := include include/ui include/data include/install include/nx include/nx/ipc include/util include/Plutonium/Plutonium/Output-switch/include
4545
APP_TITLE := Tinleaf Installer
46-
APP_AUTHOR := Adubbz & Xortroll
47-
APP_VERSION := 1.4.0
46+
APP_AUTHOR := Adubbz and Xortroll
47+
APP_VERSION := 1.4.1
4848
ROMFS := romfs
49+
APP_ICON := icon.jpg
4950

5051
#---------------------------------------------------------------------------------
5152
# options for code generation
@@ -132,12 +133,8 @@ endif
132133

133134
ifeq ($(strip $(ICON)),)
134135
icons := $(wildcard *.jpg)
135-
ifneq (,$(findstring $(TARGET).jpg,$(icons)))
136-
export APP_ICON := $(TOPDIR)/$(TARGET).jpg
137-
else
138-
ifneq (,$(findstring icon.jpg,$(icons)))
139-
export APP_ICON := $(TOPDIR)/icon.jpg
140-
endif
136+
ifneq (,$(findstring icon.jpg,$(icons)))
137+
export APP_ICON := $(TOPDIR)/icon.jpg
141138
endif
142139
else
143140
export APP_ICON := $(TOPDIR)/$(ICON)
@@ -159,6 +156,8 @@ ifneq ($(ROMFS),)
159156
export NROFLAGS += --romfsdir=$(CURDIR)/$(ROMFS)
160157
endif
161158

159+
$(info $$NROFLAGS is [${NROFLAGS}])
160+
162161
.PHONY: $(BUILD) clean all
163162

164163
#---------------------------------------------------------------------------------

icon.jpg

3.99 KB
Loading

include/tx.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

include/usbfs.h

Lines changed: 0 additions & 60 deletions
This file was deleted.

include/usbfsdevice.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

source/nx/tx.c

Lines changed: 0 additions & 28 deletions
This file was deleted.

source/nx/usbfs.c

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)