public int sceKernelClearEventFlag(HleEventFlag EventFlag, uint BitsToClear)
 {
     EventFlag.ClearBits(BitsToClear);
     return(0);
 }