diff options
Diffstat (limited to 'include/user/gxm')
-rw-r--r-- | include/user/gxm/context.h | 6 | ||||
-rw-r--r-- | include/user/gxm/init.h | 6 | ||||
-rw-r--r-- | include/user/gxm/memory.h | 6 | ||||
-rw-r--r-- | include/user/gxm/render_target.h | 6 | ||||
-rw-r--r-- | include/user/gxm/shader_patcher.h | 6 | ||||
-rw-r--r-- | include/user/gxm/sync_object.h | 6 |
6 files changed, 18 insertions, 18 deletions
diff --git a/include/user/gxm/context.h b/include/user/gxm/context.h index fe01b64..f225105 100644 --- a/include/user/gxm/context.h +++ b/include/user/gxm/context.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_CONTEXT_H +#define _VDSUITE_USER_GXM_CONTEXT_H /** @file */ @@ -102,4 +102,4 @@ SceGxmErrorCode sceGxmRazorReplayReserveVdm( } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_CONTEXT_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_CONTEXT_H */ diff --git a/include/user/gxm/init.h b/include/user/gxm/init.h index a358ff7..961b7c2 100644 --- a/include/user/gxm/init.h +++ b/include/user/gxm/init.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_INIT_H +#define _VDSUITE_USER_GXM_INIT_H /** @file */ @@ -75,4 +75,4 @@ void *sceGxmGetDeviceData(void); } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_INIT_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_INIT_H */ diff --git a/include/user/gxm/memory.h b/include/user/gxm/memory.h index cb1426e..1cc1de6 100644 --- a/include/user/gxm/memory.h +++ b/include/user/gxm/memory.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_MEMORY_H +#define _VDSUITE_USER_GXM_MEMORY_H /** @file @@ -190,4 +190,4 @@ SceGxmErrorCode sceGxmFreeDeviceMemLinux(SceGxmDeviceMemInfo* memInfo); } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_MEMORY_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_MEMORY_H */ diff --git a/include/user/gxm/render_target.h b/include/user/gxm/render_target.h index ea73ed7..16f2778 100644 --- a/include/user/gxm/render_target.h +++ b/include/user/gxm/render_target.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_RENDER_TARGET_H +#define _VDSUITE_USER_GXM_RENDER_TARGET_H /** @file */ @@ -69,4 +69,4 @@ SceGxmErrorCode sceGxmCreateRenderTargetInternal( } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_RENDER_TARGET_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_RENDER_TARGET_H */ diff --git a/include/user/gxm/shader_patcher.h b/include/user/gxm/shader_patcher.h index e63b557..0701e00 100644 --- a/include/user/gxm/shader_patcher.h +++ b/include/user/gxm/shader_patcher.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_SHADER_PATCHER_H +#define _VDSUITE_USER_GXM_SHADER_PATCHER_H /** @file */ @@ -82,4 +82,4 @@ SceGxmErrorCode sceGxmShaderPatcherCreateFragmentProgramInternal( } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_SHADER_PATCHER_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_SHADER_PATCHER_H */ diff --git a/include/user/gxm/sync_object.h b/include/user/gxm/sync_object.h index f659894..f60e77d 100644 --- a/include/user/gxm/sync_object.h +++ b/include/user/gxm/sync_object.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_ -#define _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_ +#ifndef _VDSUITE_USER_GXM_SYNC_OBJECT_H +#define _VDSUITE_USER_GXM_SYNC_OBJECT_H /** @file */ @@ -96,4 +96,4 @@ SceGxmErrorCode sceGxmSyncObjectCloseShared(uint32_t key, SceGxmSyncObject *sync } #endif // def __cplusplus -#endif /* _DOLCESDK_PSP2_GXM_SYNC_OBJECT_INTERNAL_H_ */ +#endif /* _VDSUITE_USER_GXM_SYNC_OBJECT_H */ |