PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspsuspend.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspsuspend.h - User interface to the PSP suspend.
7 *
8 * Copyright (c) 2006 James F
9 *
10 */
11
12#ifndef __PSPSUSPEND_H__
13#define __PSPSUSPEND_H__
14
15#include <psptypes.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
30int sceKernelVolatileMemLock(int unk, void **ptr, int *size);
31
42int sceKernelVolatileMemTryLock(int unk, void **ptr, int *size);
43
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif
int sceKernelVolatileMemTryLock(int unk, void **ptr, int *size)
Try and allocate the extra 4megs of RAM, will return an error if something has already allocated it.
int sceKernelVolatileMemUnlock(int unk)
Deallocate the extra 4 megs of RAM.
int sceKernelVolatileMemLock(int unk, void **ptr, int *size)
Allocate the extra 4megs of RAM.
unsigned char size
Definition pspsysmem_kernel.h:6
unsigned char unk
Definition pspsysmem_kernel.h:5
float x
Definition psptypes.h:0