mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 16:09:03 -05:00 
			
		
		
		
	svc: Add a stub for UserExceptionContextAddr.
This commit is contained in:
		| @@ -363,6 +363,11 @@ static ResultCode GetInfo(u64* result, u64 info_id, u64 handle, u64 info_sub_id) | ||||
|                     "(STUBBED) Attempted to query priviledged process id bounds, returned 0"); | ||||
|         *result = 0; | ||||
|         break; | ||||
|     case GetInfoType::UserExceptionContextAddr: | ||||
|         NGLOG_WARNING(Kernel_SVC, | ||||
|                       "(STUBBED) Attempted to query user exception context address, returned 0"); | ||||
|         *result = 0; | ||||
|         break; | ||||
|     default: | ||||
|         UNIMPLEMENTED(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jules Blok
					Jules Blok