CSPspEmu.Hle.Modules.hpremote.sceHprm.sceHprmIsHeadphoneExist C# (CSharp) Method

sceHprmIsHeadphoneExist() private method

private sceHprmIsHeadphoneExist ( ) : int
return int
        public int sceHprmIsHeadphoneExist()
        {
            //throw(new NotImplementedException());
            return 0;
        }