mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	core: hle: kernel: svc_common: Add WaitInfinite & cleanup.
This commit is contained in:
		
							parent
							
								
									8649c46c74
								
							
						
					
					
						commit
						e63a5459e3
					
				@ -14,8 +14,11 @@ namespace Kernel::Svc {
 | 
			
		||||
 | 
			
		||||
using namespace Common::Literals;
 | 
			
		||||
 | 
			
		||||
constexpr s32 ArgumentHandleCountMax = 0x40;
 | 
			
		||||
constexpr u32 HandleWaitMask{1u << 30};
 | 
			
		||||
constexpr inline s32 ArgumentHandleCountMax = 0x40;
 | 
			
		||||
 | 
			
		||||
constexpr inline u32 HandleWaitMask = 1u << 30;
 | 
			
		||||
 | 
			
		||||
constexpr inline s64 WaitInfinite = -1;
 | 
			
		||||
 | 
			
		||||
constexpr inline std::size_t HeapSizeAlignment = 2_MiB;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user