mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #572 from Armada651/user-except-stub
svc: Add a stub for UserExceptionContextAddr.
This commit is contained in:
		
						commit
						4ac4b308e4
					
				| @ -316,6 +316,11 @@ static ResultCode GetInfo(u64* result, u64 info_id, u64 handle, u64 info_sub_id) | |||||||
|                       "(STUBBED) Attempted to query privileged process id bounds, returned 0"); |                       "(STUBBED) Attempted to query privileged process id bounds, returned 0"); | ||||||
|         *result = 0; |         *result = 0; | ||||||
|         break; |         break; | ||||||
|  |     case GetInfoType::UserExceptionContextAddr: | ||||||
|  |         NGLOG_WARNING(Kernel_SVC, | ||||||
|  |                       "(STUBBED) Attempted to query user exception context address, returned 0"); | ||||||
|  |         *result = 0; | ||||||
|  |         break; | ||||||
|     default: |     default: | ||||||
|         UNIMPLEMENTED(); |         UNIMPLEMENTED(); | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei