mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #2259 from lioncash/fsp
fsp_srv: Unstub SetCurrentProcess
This commit is contained in:
		
						commit
						8dc2f01eae
					
				| @ -733,7 +733,10 @@ FSP_SRV::FSP_SRV() : ServiceFramework("fsp-srv") { | ||||
| FSP_SRV::~FSP_SRV() = default; | ||||
| 
 | ||||
| void FSP_SRV::SetCurrentProcess(Kernel::HLERequestContext& ctx) { | ||||
|     LOG_WARNING(Service_FS, "(STUBBED) called"); | ||||
|     IPC::RequestParser rp{ctx}; | ||||
|     current_process_id = rp.Pop<u64>(); | ||||
| 
 | ||||
|     LOG_DEBUG(Service_FS, "called. current_process_id=0x{:016X}", current_process_id); | ||||
| 
 | ||||
|     IPC::ResponseBuilder rb{ctx, 2}; | ||||
|     rb.Push(RESULT_SUCCESS); | ||||
|  | ||||
| @ -32,6 +32,7 @@ private: | ||||
|     void OpenPatchDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx); | ||||
| 
 | ||||
|     FileSys::VirtualFile romfs; | ||||
|     u64 current_process_id = 0; | ||||
| }; | ||||
| 
 | ||||
| } // namespace Service::FileSystem
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei