mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Use static const instead of const static
This commit is contained in:
		
							parent
							
								
									a9c921a41d
								
							
						
					
					
						commit
						9d59b96ef9
					
				| @ -111,7 +111,7 @@ private: | ||||
|     void AttemptLoadKeyFile(std::string_view dir1, std::string_view dir2, std::string_view filename, | ||||
|                             bool title); | ||||
| 
 | ||||
|     const static std::unordered_map<std::string, KeyIndex<S128KeyType>> s128_file_id; | ||||
|     const static std::unordered_map<std::string, KeyIndex<S256KeyType>> s256_file_id; | ||||
|     static const std::unordered_map<std::string, KeyIndex<S128KeyType>> s128_file_id; | ||||
|     static const std::unordered_map<std::string, KeyIndex<S256KeyType>> s256_file_id; | ||||
| }; | ||||
| } // namespace Core::Crypto
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Zach Hilman
						Zach Hilman