Ejemplo n.º 1
0
        public int sceUmdWaitDriveStat(PspUmdState PspUmdState)
        {
            return(0);
            //throw (new NotImplementedException());

            /*
             * logWarning("Not implemented: sceUmdWaitDriveStat(%d)", stat);
             * return 0;
             */
        }
Ejemplo n.º 2
0
        public int sceUmdWaitDriveStatWithTimer(PspUmdState PspUmdState, uint timeout)
        {
            return(0);
            //throw(new NotImplementedException());

            /*
             * logWarning("Not implemented: sceUmdWaitDriveStatWithTimer");
             * return 0;
             */
        }
Ejemplo n.º 3
0
        public int sceUmdWaitDriveStatCB(PspUmdState stat, uint timeout)
        {
            return(0);
            //throw(new NotImplementedException());

            /*
             * logWarning("Not implemented: sceUmdWaitDriveStatCB(%s:%d, %d)", to!string(stat), stat, timeout);
             *
             * hleEmulatorState.moduleManager.get!ThreadManForUser.sceKernelCheckCallback();
             *
             * return 0;
             */
        }
Ejemplo n.º 4
0
 public int sceUmdWaitDriveStatWithTimer(PspUmdState PspUmdState, uint Timeout)
 {
     return 0;
     //throw(new NotImplementedException());
     /*
     logWarning("Not implemented: sceUmdWaitDriveStatWithTimer");
     return 0;
     */
 }
Ejemplo n.º 5
0
        public int sceUmdWaitDriveStatCB(CpuThreadState CpuThreadState, PspUmdState stat, uint timeout)
        {
            ThreadManForUser.sceKernelCheckCallback(CpuThreadState);
            return 0;
            //throw(new NotImplementedException());
            /*
            logWarning("Not implemented: sceUmdWaitDriveStatCB(%s:%d, %d)", to!string(stat), stat, timeout);

            hleEmulatorState.moduleManager.get!ThreadManForUser.sceKernelCheckCallback();

            return 0;
            */
        }
Ejemplo n.º 6
0
 public int sceUmdWaitDriveStat(PspUmdState PspUmdState)
 {
     return 0;
     //throw (new NotImplementedException());
     /*
     logWarning("Not implemented: sceUmdWaitDriveStat(%d)", stat);
     return 0;
     */
 }
Ejemplo n.º 7
0
 public int sceUmdWaitDriveStat(CpuThreadState CpuThreadState, PspUmdState PspUmdState)
 {
     //CpuThreadState.Reschedule();
     return 0;
 }
Ejemplo n.º 8
0
 //[HlePspNotImplemented]
 public int sceUmdWaitDriveStat(CpuThreadState CpuThreadState, PspUmdState PspUmdState)
 {
     //CpuThreadState.Reschedule();
     return(0);
 }