diff --git a/libctru/include/3ds/services/gsp.h b/libctru/include/3ds/services/gsp.h index e80effc..dfd8794 100644 --- a/libctru/include/3ds/services/gsp.h +++ b/libctru/include/3ds/services/gsp.h @@ -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();