uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
include
sound
lib_wave.h
1
/* Copyright (C) 2011 - 2016 The uOFW team
2
See the file COPYING for copying permission.
3
*/
4
12
#ifndef LIB_WAVE_H
13
#define LIB_WAVE_H
14
15
/* lib_wave specific error codes (0x80440000 - 0x8044ffff). */
16
17
#define SCE_WAVE_ERROR_INITFAIL (0x80440001)
18
#define SCE_WAVE_ERROR_EXITFAIL (0x80440002)
19
#define SCE_WAVE_ERROR_STARTFAIL (0x80440003)
20
#define SCE_WAVE_ERROR_ENDFAIL (0x80440004)
21
#define SCE_WAVE_ERROR_VOICENUM (0x80440005)
22
#define SCE_WAVE_ERROR_BUFFPTR (0x80440006)
23
#define SCE_WAVE_ERROR_SIZE (0x80440007)
24
#define SCE_WAVE_ERROR_MODE (0x80440008)
25
#define SCE_WAVE_ERROR_VOICEPLAY (0x80440009)
26
#define SCE_WAVE_ERROR_VOL (0x8044000A)
27
#define SCE_WAVE_ERROR_VOLPTR (0x8044000B)
28
#define SCE_WAVE_ERROR_RESTPTR (0x8044000C)
29
#define SCE_WAVE_ERROR_LOOPMODE (0x8044000D)
30
31
#define SCE_WAVE_ERROR_AUDIOCH (0x80440010)
32
#define SCE_WAVE_ERROR_SAMPLE (0x80440011)
33
#define SCE_WAVE_ERROR_THPRIORITY (0x80440012)
34
35
#endif
/* LIB_WAVE_H */
36
Generated on Thu Jun 19 2025 21:48:58 for uOFW by
1.9.8