162 lines
6.6 KiB
C#
162 lines
6.6 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Platforms.PS4
|
|
{
|
|
// Token: 0x02002412 RID: 9234
|
|
[Token(Token = "0x2002412")]
|
|
public class PS4VRDeviceManager : VRDeviceManager
|
|
{
|
|
// Token: 0x170026E8 RID: 9960
|
|
// (get) Token: 0x0600EE5A RID: 61018 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x170026E8")]
|
|
protected override IEnumerable<string> BNGHIFGAPMF
|
|
{
|
|
[Token(Token = "0x600EE5A")]
|
|
[Address(RVA = "0xE2A0A0", Offset = "0xE28EA0", VA = "0x180E2A0A0", Slot = "6")]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x170026E9 RID: 9961
|
|
// (get) Token: 0x0600EE5B RID: 61019 RVA: 0x0036CE78 File Offset: 0x0036B078
|
|
[Token(Token = "0x170026E9")]
|
|
protected override string MFMBPKGFMAL
|
|
{
|
|
[Token(Token = "0x600EE5B")]
|
|
[Address(RVA = "0xE2A070", Offset = "0xE28E70", VA = "0x180E2A070", Slot = "7")]
|
|
get
|
|
{
|
|
return "PlayStationVR";
|
|
}
|
|
}
|
|
|
|
// Token: 0x170026EA RID: 9962
|
|
// (get) Token: 0x0600EE5C RID: 61020 RVA: 0x0036CE8C File Offset: 0x0036B08C
|
|
[Token(Token = "0x170026EA")]
|
|
protected override bool MLGJJEILBIP
|
|
{
|
|
[Token(Token = "0x600EE5C")]
|
|
[Address(RVA = "0x431BB0", Offset = "0x4309B0", VA = "0x180431BB0", Slot = "8")]
|
|
get
|
|
{
|
|
return this.<EBJLJFPNFFM>k__BackingField;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170026EB RID: 9963
|
|
// (get) Token: 0x0600EE5D RID: 61021 RVA: 0x0036CEA0 File Offset: 0x0036B0A0
|
|
[Token(Token = "0x170026EB")]
|
|
protected override bool OECOONPHCAF
|
|
{
|
|
[Token(Token = "0x600EE5D")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "9")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x170026EC RID: 9964
|
|
// (get) Token: 0x0600EE5E RID: 61022 RVA: 0x0036CEB0 File Offset: 0x0036B0B0
|
|
[Token(Token = "0x170026EC")]
|
|
private bool BIBCIALBNMI
|
|
{
|
|
[Token(Token = "0x600EE5E")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x170026ED RID: 9965
|
|
// (get) Token: 0x0600EE5F RID: 61023 RVA: 0x0036CEC0 File Offset: 0x0036B0C0
|
|
[Token(Token = "0x170026ED")]
|
|
protected override bool OOIGBACMDFJ
|
|
{
|
|
[Token(Token = "0x600EE5F")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "10")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EE60 RID: 61024 RVA: 0x0036CED0 File Offset: 0x0036B0D0
|
|
[Token(Token = "0x600EE60")]
|
|
[Address(RVA = "0xE2A100", Offset = "0xE28F00", VA = "0x180E2A100", Slot = "14")]
|
|
protected override IEnumerator<KENFJGFMIPM> GLNDMIAKFDB()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600EE60)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerator`1<KENFJGFMIPM> RecRoom.Platforms.PS4.PS4VRDeviceManager::GLNDMIAKFDB()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
call:void(BFNHBOBKJJC::System.IDisposable.Dispose, ldloc:BFNHBOBKJJC(var_0))
|
|
stfld:int32(BFNHBOBKJJC::<>1__state, ldloc:BFNHBOBKJJC(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1660
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x0600EE61 RID: 61025 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600EE61")]
|
|
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "15")]
|
|
protected override void PGFBMJLLHKA(bool IFFAIOGFJJB)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600EE62 RID: 61026 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600EE62")]
|
|
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "16")]
|
|
protected override void EDADLADFGDD()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600EE63 RID: 61027 RVA: 0x0036CEEC File Offset: 0x0036B0EC
|
|
[Token(Token = "0x600EE63")]
|
|
[Address(RVA = "0xE2A250", Offset = "0xE29050", VA = "0x180E2A250")]
|
|
public PS4VRDeviceManager()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600EE64 RID: 61028 RVA: 0x0036CF00 File Offset: 0x0036B100
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x600EE64")]
|
|
[Address(RVA = "0xE2A150", Offset = "0xE28F50", VA = "0x180E2A150")]
|
|
static PS4VRDeviceManager()
|
|
{
|
|
string[] array = new string[2];
|
|
if ("None" != 0)
|
|
{
|
|
}
|
|
array[0] = "None";
|
|
if ("PlayStationVR" != 0)
|
|
{
|
|
}
|
|
array[1] = "PlayStationVR";
|
|
}
|
|
|
|
// Token: 0x04009DBB RID: 40379
|
|
[Token(Token = "0x4009DBB")]
|
|
public static readonly string[] SUPPORTED_DEVICES;
|
|
|
|
// Token: 0x04009DBC RID: 40380
|
|
[Token(Token = "0x4009DBC")]
|
|
public const string DEVICE_SDK_NAME = "PlayStationVR";
|
|
}
|
|
}
|