]> Chaos Git - corbenik/ctrulib.git/commitdiff
Add an enum to make using the gsp::Lcd service a little nicer.
authorthedax <daxtsu@gmail.com>
Thu, 1 Oct 2015 00:14:10 +0000 (20:14 -0400)
committerthedax <daxtsu@gmail.com>
Thu, 1 Oct 2015 00:14:10 +0000 (20:14 -0400)
libctru/include/3ds/services/gsp.h

index e80effcfaef83ab21345472a68524ab3a2735b26..dfd87941b52dd61e353cf1b364d3796721af00a8 100644 (file)
@@ -48,6 +48,13 @@ typedef enum
        GSPEVENT_MAX, // used to know how many events there are
 } GSP_Event;
 
+typedef enum
+{
+       GSPLCD_TOP=1,
+       GSPLCD_BOTTOM=2,
+       GSPLCD_BOTH=3,
+}GSPLCD_Screens;
+
 Result gspInit();
 void gspExit();