Exemple #1
0
        public int sceKernelAllocateVpl(VariablePoolId VariablePoolId, uint Size, PspAddress *DataPointer, uint *Timeout)
        {
            throw(new NotImplementedException());

            /*
             * logWarning("sceKernelAllocateVpl(%d, %d, %08X) @TODO Not waiting", uid, size, cast(uint)data);
             * return sceKernelTryAllocateVpl(uid, size, data);
             */
        }
Exemple #2
0
        public int sceKernelTryAllocateVpl(VariablePoolId VariablePoolId, uint Size, PspAddress *DataPointer)
        {
            throw(new NotImplementedException());

            /*
             * logWarning("sceKernelTryAllocateVpl(%d, %d, %08X)", uid, size, cast(uint)data);
             * VariablePool variablePool = uniqueIdFactory.get!VariablePool(uid);
             * data = cast(uint *)variablePool.memorySegment.allocByLow(size).block.low;
             * logWarning(" <<<---", *data);
             * //unimplemented();
             * return 0;
             */
        }
Exemple #3
0
 public int sceKernelAllocateVplCB(VariablePoolId VariablePoolId, uint Size, PspAddress *DataPointer, uint *Timeout)
 {
     throw (new NotImplementedException());
 }