Skip to content

Commit

Permalink
Implement new menu system+UI, and much more
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Jul 25, 2023
1 parent 8b0791b commit 49faa4e
Show file tree
Hide file tree
Showing 37 changed files with 6,266 additions and 3,246 deletions.
4 changes: 2 additions & 2 deletions libs/uCommon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
BUILD := build
TARGET := $(notdir $(CURDIR))
SOURCES := source source/ul source/ul/cfg source/ul/smi source/ul/system source/ul/acc source/ul/net source/ul/os source/ul/util
SOURCES := source source/ul source/ul/fs source/ul/cfg source/ul/menu source/ul/smi source/ul/system source/ul/acc source/ul/net source/ul/os source/ul/util
INCLUDES := include
OUT_LIB := lib

Expand All @@ -28,7 +28,7 @@ ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec

CFLAGS := -g -Wall -Werror -O2 -ffunction-sections -fdata-sections $(ARCH) $(INCLUDE) -D__SWITCH__ $(UL_DEFS)

CXXFLAGS := $(CFLAGS) -fno-rtti -fexceptions -std=gnu++20
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++20

ASFLAGS := -g $(ARCH)

Expand Down

0 comments on commit 49faa4e

Please sign in to comment.