scripts
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Async;
|
||||
using RecRoom.Core;
|
||||
|
||||
// Token: 0x0200010C RID: 268
|
||||
[Token(Token = "0x200010C")]
|
||||
[StructLayout(3)]
|
||||
public class DisplayModeSelectionScreen : PS4PreLoginScreen
|
||||
{
|
||||
// Token: 0x06000706 RID: 1798 RVA: 0x00023F54 File Offset: 0x00022154
|
||||
[Token(Token = "0x6000706")]
|
||||
[Address(RVA = "0x1157760", Offset = "0x1156160", VA = "0x181157760", Slot = "5")]
|
||||
protected override IEnumerator<ISchedule> FLJGIGFNFDN(Promise<PS4PreLoginScreen.DFNDHKABPHC> FCJOOPNHOBN)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06000706)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerator`1<RecRoom.Core.ISchedule> DisplayModeSelectionScreen::FLJGIGFNFDN(RecRoom.Async.Promise`1<PS4PreLoginScreen/DFNDHKABPHC>)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
call:void(JNBOAEIGOFL::System.IDisposable.Dispose, ldloc:JNBOAEIGOFL(var_0))
|
||||
stfld:int32(JNBOAEIGOFL::<>1__state, ldloc:JNBOAEIGOFL(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: 0x06000707 RID: 1799 RVA: 0x00023F70 File Offset: 0x00022170
|
||||
[Token(Token = "0x6000707")]
|
||||
[Address(RVA = "0x11577B0", Offset = "0x11561B0", VA = "0x1811577B0")]
|
||||
public DisplayModeSelectionScreen()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0200010D RID: 269
|
||||
[Token(Token = "0x200010D")]
|
||||
public enum LBOHIKBENPA
|
||||
{
|
||||
// Token: 0x0400064D RID: 1613
|
||||
[Token(Token = "0x400064D")]
|
||||
VR,
|
||||
// Token: 0x0400064E RID: 1614
|
||||
[Token(Token = "0x400064E")]
|
||||
SCREEN
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user