]> Chaos Git - corbenik/ctrulib.git/commitdiff
gpu: Added small description to gpu files.
authorplutoo <plutoo@univor.se>
Sun, 24 Aug 2014 20:40:12 +0000 (22:40 +0200)
committerplutoo <plutoo@univor.se>
Sun, 24 Aug 2014 20:40:12 +0000 (22:40 +0200)
libctru/source/gpu/gpu.c
libctru/source/gpu/shdr.c
libctru/source/services/gsp.c
libctru/source/services/gx.c

index 6515676df9afdf99601c3845a8b1159d9efbe97b..9844dc57d7534cefba41fc63fb59f4da86906a65 100644 (file)
@@ -1,3 +1,7 @@
+/*
+  gpu.c _ Advanced GPU commands.
+*/
+
 #include <stdlib.h>
 #include <string.h>
 #include <3ds/types.h>
index 4183b660f0f1a25e096c8315162691c9498f7a4c..0fff0d497297ec8b0d5b03418a2b1ce8e08a69c5 100644 (file)
@@ -1,3 +1,7 @@
+/*
+  shdr.c _ Shader loader.
+*/
+
 #include <stdlib.h>
 #include <string.h>
 #include <3ds/types.h>
index 59b0c186cc341fcf0d781c344ad54676c81a915f..ee62054bb0b1cd1015093fc2c351e8c9e67f735b 100644 (file)
@@ -1,3 +1,7 @@
+/*
+  gsp.c _ Gpu/lcd stuff.
+*/
+
 #include <stdlib.h>
 #include <string.h>
 #include <3ds/types.h>
@@ -18,6 +22,7 @@ static vu8* gspEventData;
 
 static void gspEventThreadMain(u32 arg);
 
+
 Result gspInit()
 {
        return srvGetServiceHandle(&gspGpuHandle, "gsp::Gpu");
index 6a4715576e79f125c4fde2c915a4edb555d625c1..5b42eb1e1270174ec01e856fb552163ed55cd196 100644 (file)
@@ -1,3 +1,7 @@
+/*
+  gx.c _ Sending GPU requests via GSP shared memory.
+*/
+
 #include <stdlib.h>
 #include <3ds/types.h>
 #include <3ds/GSP.h>