mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 03:18:58 -06:00 
			
		
		
		
	nim:eca : Stub CreateServerInterface2 (#7128)
* Add files via upload * Add files via upload * Update src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs --------- Co-authored-by: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
		@@ -40,5 +40,12 @@ namespace Ryujinx.HLE.HOS.Services.Nim
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            return ResultCode.Success;
 | 
					            return ResultCode.Success;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        [CommandCmif(5)] // 17.0.0+
 | 
				
			||||||
 | 
					        // CreateServerInterface2(pid, handle<unknown>, u64) -> object<nn::ec::IshopServiceAccessServer>
 | 
				
			||||||
 | 
					        public ResultCode CreateServerInterface2(ServiceCtx context)
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            return CreateServerInterface(context);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user