]> Chaos Git - corbenik/ctrulib.git/commitdiff
gpu: Moved all non-service-related gpu files into source/gpu/.
authorplutoo <plutoo@univor.se>
Sun, 24 Aug 2014 20:31:02 +0000 (22:31 +0200)
committerplutoo <plutoo@univor.se>
Sun, 24 Aug 2014 20:31:02 +0000 (22:31 +0200)
libctru/Makefile
libctru/source/gpu/gpu.c [moved from libctru/source/services/gpu.c with 100% similarity]
libctru/source/gpu/gpuResetSequence.c [moved from libctru/source/services/gpuResetSequence.c with 100% similarity]
libctru/source/gpu/shdr.c [moved from libctru/source/services/shdr.c with 100% similarity]

index 5dd829b71b711d55d2a161a937c0eaf12ceb63e6..0bec9d058466724b438ffddd4fd4bf9ba7c93eca 100644 (file)
@@ -17,7 +17,7 @@ include $(DEVKITARM)/base_rules
 #---------------------------------------------------------------------------------
 TARGET         :=      ctru
 BUILD          :=      build
-SOURCES                :=      source source/services
+SOURCES                :=      source source/services source/gpu
 DATA           :=      data
 INCLUDES       :=      include