diff options
Diffstat (limited to 'include/user/avconfig.h')
-rw-r--r-- | include/user/avconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/user/avconfig.h b/include/user/avconfig.h index 472cc0e..fdd1f1f 100644 --- a/include/user/avconfig.h +++ b/include/user/avconfig.h @@ -2,8 +2,8 @@ Vita Development Suite Libraries */ -#ifndef _PSP2_AVCONFIG_H_ -#define _PSP2_AVCONFIG_H_ +#ifndef _VDSUITE_USER_AVCONFIG_H +#define _VDSUITE_USER_AVCONFIG_H #include <scetypes.h> @@ -170,5 +170,5 @@ int sceAVConfigSetDisplayColorSpaceMode(SceUInt32 mode); } #endif -#endif +#endif /* _VDSUITE_USER_AVCONFIG_H */ |