diff options
author | Reiko Asakura | 2021-02-25 11:30:50 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-25 11:32:12 -0500 |
commit | e43113142bf8a9e9677a8902ac795d32f777b46a (patch) | |
tree | 8dc5efc1e575227d3eeaea0c7e34975c50894f89 /include | |
parent | Add prototype for sceKernelSysrootGetShellPid (diff) | |
download | vds-libraries-e43113142bf8a9e9677a8902ac795d32f777b46a.tar.gz |
Move gpu_es4.h -> gpu_es4/error.h
Diffstat (limited to 'include')
-rw-r--r-- | include/user/gpu_es4/error.h (renamed from include/user/gpu_es4.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/gpu_es4.h b/include/user/gpu_es4/error.h index 171ebd9..76be61d 100644 --- a/include/user/gpu_es4.h +++ b/include/user/gpu_es4/error.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _DOLCESDK_PSP2_GPU_ES4_H_ -#define _DOLCESDK_PSP2_GPU_ES4_H_ +#ifndef _VDSUITE_USER_GPU_ES4_ERROR_H +#define _VDSUITE_USER_GPU_ES4_ERROR_H /** @file */ @@ -190,5 +190,5 @@ #define PVRSRV_ERROR_DEVICE_POWER_CHANGE_FAILURE -2141486924 /* 0x805B80B4 */ #define PVRSRV_ERROR_BAD_SYNC_STATE -2141486923 /* 0x805B80B5 */ -#endif /* _DOLCESDK_PSP2_GPU_ES4_H_ */ +#endif /* _VDSUITE_USER_GPU_ES4_ERROR_H */ |