mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 00:39:03 +00:00
Added 11.3 and 11.4 system calls SetGpuProt and SetWifiEnabled. Also, switched from C99 to C11 to get _Static_assert.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ OBJS = $(foreach dir,$(SRC_DIR),$(subst .c,.o,$(wildcard $(dir)/*.c))) $(foreach
|
||||
# Compiler Settings
|
||||
OUTPUT = ctrtool
|
||||
CXXFLAGS = -I.
|
||||
CFLAGS = -O2 -Wall -Wno-unused-variable -Wno-unused-result -I. -std=c99
|
||||
CFLAGS = -O2 -Wall -Wno-unused-variable -Wno-unused-result -I. -std=c11
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
SYS := $(shell gcc -dumpmachine)
|
||||
|
||||
Reference in New Issue
Block a user