mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-10-31 11:52:49 +00:00 
			
		
		
		
	am: stub PresetLibraryAppletGpuTimeSliceZero (#1876)
This commit is contained in:
		
							parent
							
								
									b9200dd734
								
							
						
					
					
						commit
						71e2a00221
					
				| @ -86,6 +86,19 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Lib | ||||
|             return (ResultCode)_applet.GetResult(); | ||||
|         } | ||||
| 
 | ||||
|         [Command(60)] | ||||
|         // PresetLibraryAppletGpuTimeSliceZero() | ||||
|         public ResultCode PresetLibraryAppletGpuTimeSliceZero(ServiceCtx context) | ||||
|         { | ||||
|             // NOTE: This call reset two internal fields to 0 and one internal field to "true". | ||||
|             //       It seems to be used only with software keyboard inline. | ||||
|             //       Since we doesn't support applets for now, it's fine to stub it. | ||||
| 
 | ||||
|             Logger.Stub?.PrintStub(LogClass.ServiceAm); | ||||
| 
 | ||||
|             return ResultCode.Success; | ||||
|         } | ||||
| 
 | ||||
|         [Command(100)] | ||||
|         // PushInData(object<nn::am::service::IStorage>) | ||||
|         public ResultCode PushInData(ServiceCtx context) | ||||
| @ -152,7 +165,6 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Lib | ||||
|                 } | ||||
|             } | ||||
| 
 | ||||
| 
 | ||||
|             context.Response.HandleDesc = IpcHandleDesc.MakeCopy(_normalOutDataEventHandle); | ||||
| 
 | ||||
|             return ResultCode.Success; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ac_K
						Ac_K