Skip to content

Commit 858f318

Browse files
committed
define sceKernelIccSetBuzzer
1 parent 88cc395 commit 858f318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/orbis/libkernel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ int sceKernelJitCreateSharedMemory(int flags, size_t size, int protection, int *
145145
int sceKernelJitCreateAliasOfSharedMemory(int handle, int protection, int *destinationHandle);
146146
int sceKernelJitMapSharedMemory(int handle, int protection, void **destination);
147147

148+
int sceKernelIccSetBuzzer(int mode);
148149

149150
#ifdef __cplusplus
150151
}

0 commit comments

Comments
 (0)