summaryrefslogtreecommitdiff
path: root/include/user/gxm
diff options
context:
space:
mode:
authorReiko Asakura2020-09-22 21:58:51 -0400
committerReiko Asakura2020-09-22 21:58:51 -0400
commit23260196535af18e4c1eb0ac49dc7b33cd513652 (patch)
tree3d3b2a9ff7c3abe254a1a39d61524c20b61e017f /include/user/gxm
parentRemove deprecated headers (diff)
downloadvds-libraries-23260196535af18e4c1eb0ac49dc7b33cd513652.tar.gz
Refactor SceGxm headers
Diffstat (limited to 'include/user/gxm')
-rw-r--r--include/user/gxm/internal.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/user/gxm/internal.h b/include/user/gxm/internal.h
index c3cfc5b..1be3fc9 100644
--- a/include/user/gxm/internal.h
+++ b/include/user/gxm/internal.h
@@ -1,11 +1,9 @@
#ifndef _DOLCESDK_PSP2_GXM_INTERNAL_H_
#define _DOLCESDK_PSP2_GXM_INTERNAL_H_
-#include <stdbool.h>
-#include <psp2/types.h>
-#include <psp2/gxm/constants.h>
-#include <psp2/gxm/errors.h>
-#include <psp2/gxm/structs.h>
+#include <psp2/gxm/error.h>
+#include <psp2/gxm/render_target.h>
+#include <psp2/gxm/types.h>
#ifdef __cplusplus
extern "C" {