mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	general: fix mac compile
This commit is contained in:
		
							parent
							
								
									7482e03c77
								
							
						
					
					
						commit
						15f35b8657
					
				@ -621,6 +621,8 @@ public:
 | 
			
		||||
 | 
			
		||||
    void Protect(size_t virtual_offset, size_t length, bool read, bool write, bool execute) {}
 | 
			
		||||
 | 
			
		||||
    void EnableDirectMappedAddress() {}
 | 
			
		||||
 | 
			
		||||
    u8* backing_base{nullptr};
 | 
			
		||||
    u8* virtual_base{nullptr};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
@ -1215,7 +1215,7 @@ void KProcess::LoadModule(CodeSet code_set, KProcessAddress base_addr) {
 | 
			
		||||
    ReprotectSegment(code_set.RODataSegment(), Svc::MemoryPermission::Read);
 | 
			
		||||
    ReprotectSegment(code_set.DataSegment(), Svc::MemoryPermission::ReadWrite);
 | 
			
		||||
 | 
			
		||||
#ifdef ARCHITECTURE_arm64
 | 
			
		||||
#ifdef HAS_NCE
 | 
			
		||||
    if (Settings::IsNceEnabled()) {
 | 
			
		||||
        auto& buffer = m_kernel.System().DeviceMemory().buffer;
 | 
			
		||||
        const auto& code = code_set.CodeSegment();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user