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 #14 from ogniK5377/master
Changed ICommonStateGetter::ReceiveMessage to allow further execution in games
This commit is contained in:
		
						commit
						b1712b8312
					
				@ -81,7 +81,7 @@ private:
 | 
				
			|||||||
    void ReceiveMessage(Kernel::HLERequestContext& ctx) {
 | 
					    void ReceiveMessage(Kernel::HLERequestContext& ctx) {
 | 
				
			||||||
        IPC::RequestBuilder rb{ctx, 3};
 | 
					        IPC::RequestBuilder rb{ctx, 3};
 | 
				
			||||||
        rb.Push(RESULT_SUCCESS);
 | 
					        rb.Push(RESULT_SUCCESS);
 | 
				
			||||||
        rb.Push<u32>(1);
 | 
					        rb.Push<u32>(15);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        LOG_WARNING(Service, "(STUBBED) called");
 | 
					        LOG_WARNING(Service, "(STUBBED) called");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user