m
This commit is contained in:
@@ -0,0 +1,161 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Platforms.PS4
|
||||
{
|
||||
// Token: 0x020024F6 RID: 9462
|
||||
[Token(Token = "0x20024F6")]
|
||||
public class PS4VRDeviceManager : VRDeviceManager
|
||||
{
|
||||
// Token: 0x1700278D RID: 10125
|
||||
// (get) Token: 0x0600F273 RID: 62067 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x1700278D")]
|
||||
protected override IEnumerable<string> BNGHIFGAPMF
|
||||
{
|
||||
[Token(Token = "0x600F273")]
|
||||
[Address(RVA = "0x19D9B00", Offset = "0x19D8B00", VA = "0x1819D9B00", Slot = "6")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700278E RID: 10126
|
||||
// (get) Token: 0x0600F274 RID: 62068 RVA: 0x0037646C File Offset: 0x0037466C
|
||||
[Token(Token = "0x1700278E")]
|
||||
protected override string MFMBPKGFMAL
|
||||
{
|
||||
[Token(Token = "0x600F274")]
|
||||
[Address(RVA = "0x19D9AD0", Offset = "0x19D8AD0", VA = "0x1819D9AD0", Slot = "7")]
|
||||
get
|
||||
{
|
||||
return "PlayStationVR";
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700278F RID: 10127
|
||||
// (get) Token: 0x0600F275 RID: 62069 RVA: 0x00376480 File Offset: 0x00374680
|
||||
[Token(Token = "0x1700278F")]
|
||||
protected override bool MLGJJEILBIP
|
||||
{
|
||||
[Token(Token = "0x600F275")]
|
||||
[Address(RVA = "0x90C8C0", Offset = "0x90B8C0", VA = "0x18090C8C0", Slot = "8")]
|
||||
get
|
||||
{
|
||||
return this.<EBJLJFPNFFM>k__BackingField;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002790 RID: 10128
|
||||
// (get) Token: 0x0600F276 RID: 62070 RVA: 0x00376494 File Offset: 0x00374694
|
||||
[Token(Token = "0x17002790")]
|
||||
protected override bool OECOONPHCAF
|
||||
{
|
||||
[Token(Token = "0x600F276")]
|
||||
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690", Slot = "9")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002791 RID: 10129
|
||||
// (get) Token: 0x0600F277 RID: 62071 RVA: 0x003764A4 File Offset: 0x003746A4
|
||||
[Token(Token = "0x17002791")]
|
||||
private bool BIBCIALBNMI
|
||||
{
|
||||
[Token(Token = "0x600F277")]
|
||||
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17002792 RID: 10130
|
||||
// (get) Token: 0x0600F278 RID: 62072 RVA: 0x003764B4 File Offset: 0x003746B4
|
||||
[Token(Token = "0x17002792")]
|
||||
protected override bool OOIGBACMDFJ
|
||||
{
|
||||
[Token(Token = "0x600F278")]
|
||||
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690", Slot = "10")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600F279 RID: 62073 RVA: 0x003764C4 File Offset: 0x003746C4
|
||||
[Token(Token = "0x600F279")]
|
||||
[Address(RVA = "0x19D9B60", Offset = "0x19D8B60", VA = "0x1819D9B60", Slot = "14")]
|
||||
protected override IEnumerator<KENFJGFMIPM> GLNDMIAKFDB()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600F279)
|
||||
|
||||
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 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x0600F27A RID: 62074 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600F27A")]
|
||||
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "15")]
|
||||
protected override void PGFBMJLLHKA(bool IFFAIOGFJJB)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600F27B RID: 62075 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600F27B")]
|
||||
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0", Slot = "16")]
|
||||
protected override void EDADLADFGDD()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600F27C RID: 62076 RVA: 0x003764E0 File Offset: 0x003746E0
|
||||
[Token(Token = "0x600F27C")]
|
||||
[Address(RVA = "0x19D58B0", Offset = "0x19D48B0", VA = "0x1819D58B0")]
|
||||
public PS4VRDeviceManager()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600F27D RID: 62077 RVA: 0x003764F4 File Offset: 0x003746F4
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x600F27D")]
|
||||
[Address(RVA = "0x19D9BB0", Offset = "0x19D8BB0", VA = "0x1819D9BB0")]
|
||||
static PS4VRDeviceManager()
|
||||
{
|
||||
string[] array = new string[2];
|
||||
if ("None" != 0)
|
||||
{
|
||||
}
|
||||
array[0] = "None";
|
||||
if ("PlayStationVR" != 0)
|
||||
{
|
||||
}
|
||||
array[1] = "PlayStationVR";
|
||||
}
|
||||
|
||||
// Token: 0x04009FB2 RID: 40882
|
||||
[Token(Token = "0x4009FB2")]
|
||||
public static readonly string[] SUPPORTED_DEVICES;
|
||||
|
||||
// Token: 0x04009FB3 RID: 40883
|
||||
[Token(Token = "0x4009FB3")]
|
||||
public const string DEVICE_SDK_NAME = "PlayStationVR";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user