diff options
author | Reiko Asakura | 2021-03-11 12:48:23 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-11 12:48:23 -0500 |
commit | 562b91246b50fab6008b0740fab98f666b2d8b28 (patch) | |
tree | 639b82d8e6693b3f6cedaba7e8e5f7a1b7383154 /include/user/avcdec.h | |
parent | Remove forwarded syscalls (diff) | |
download | vds-libraries-562b91246b50fab6008b0740fab98f666b2d8b28.tar.gz |
Remove old SDK functions
For condition variable functions see:
https://psvita.scedev.net/technotes/view/355
https://psvita.scedev.net/technotes/view/356
Diffstat (limited to 'include/user/avcdec.h')
-rw-r--r-- | include/user/avcdec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/user/avcdec.h b/include/user/avcdec.h index 6028b7b..bcfb842 100644 --- a/include/user/avcdec.h +++ b/include/user/avcdec.h @@ -12,9 +12,6 @@ extern "C" { #endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ -#define SCE_AVCDEC_PIXEL_RGB565 (0x1U) -#define SCE_AVCDEC_PIXEL_RGBA5551 (0x2U) - /* For use in sceAvcdecSetDecodeMode() */ #define SCE_AVCDEC_MODE_EXTENDED (0x80U) |