mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Update src/core/hle/service/am/am.cpp
Co-authored-by: Mat M. <mathew1800@gmail.com>
This commit is contained in:
		
							parent
							
								
									9acd336422
								
							
						
					
					
						commit
						c49f51eaf1
					
				@ -1353,7 +1353,7 @@ void IApplicationFunctions::GetDisplayVersion(Kernel::HLERequestContext& ctx) {
 | 
				
			|||||||
        const auto& version = res.first->GetVersionString();
 | 
					        const auto& version = res.first->GetVersionString();
 | 
				
			||||||
        std::copy(version.begin(), version.end(), version_string.begin());
 | 
					        std::copy(version.begin(), version.end(), version_string.begin());
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
        const u128 default_version = {1, 0};
 | 
					        constexpr u128 default_version = {1, 0};
 | 
				
			||||||
        std::memcpy(version_string.data(), default_version.data(), sizeof(u128));
 | 
					        std::memcpy(version_string.data(), default_version.data(), sizeof(u128));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user