Skip to content

Commit

Permalink
fixed sxos hdd support
Browse files Browse the repository at this point in the history
  • Loading branch information
blawar committed Nov 27, 2020
1 parent a8a262a commit 7bf76d7
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 872 deletions.
15 changes: 7 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ SOURCES := source source/ui source/data source/install source/nx source/nx/ipc
DATA := data
INCLUDES := include include/ui include/data include/install include/nx include/nx/ipc include/util include/Plutonium/Plutonium/Output-switch/include
APP_TITLE := Tinleaf Installer
APP_AUTHOR := Adubbz & Xortroll
APP_VERSION := 1.4.0
APP_AUTHOR := Adubbz and Xortroll
APP_VERSION := 1.4.1
ROMFS := romfs
APP_ICON := icon.jpg

#---------------------------------------------------------------------------------
# options for code generation
Expand Down Expand Up @@ -132,12 +133,8 @@ endif

ifeq ($(strip $(ICON)),)
icons := $(wildcard *.jpg)
ifneq (,$(findstring $(TARGET).jpg,$(icons)))
export APP_ICON := $(TOPDIR)/$(TARGET).jpg
else
ifneq (,$(findstring icon.jpg,$(icons)))
export APP_ICON := $(TOPDIR)/icon.jpg
endif
ifneq (,$(findstring icon.jpg,$(icons)))
export APP_ICON := $(TOPDIR)/icon.jpg
endif
else
export APP_ICON := $(TOPDIR)/$(ICON)
Expand All @@ -159,6 +156,8 @@ ifneq ($(ROMFS),)
export NROFLAGS += --romfsdir=$(CURDIR)/$(ROMFS)
endif

$(info $$NROFLAGS is [${NROFLAGS}])

.PHONY: $(BUILD) clean all

#---------------------------------------------------------------------------------
Expand Down
Binary file modified icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions include/tx.h

This file was deleted.

60 changes: 0 additions & 60 deletions include/usbfs.h

This file was deleted.

27 changes: 0 additions & 27 deletions include/usbfsdevice.h

This file was deleted.

28 changes: 0 additions & 28 deletions source/nx/tx.c

This file was deleted.

228 changes: 0 additions & 228 deletions source/nx/usbfs.c

This file was deleted.

Loading

0 comments on commit 7bf76d7

Please sign in to comment.