mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	archive_extsavedata: Fix member initialization order
shared appears in the initializer list before mount_point
This commit is contained in:
		
							parent
							
								
									b83e95727f
								
							
						
					
					
						commit
						f6ad3e42f0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -45,13 +45,14 @@ public: | |||
|     void WriteIcon(const Path& path, const u8* icon_data, size_t icon_size); | ||||
| 
 | ||||
| private: | ||||
|     bool shared; ///< Whether this archive represents an ExtSaveData archive or a SharedExtSaveData archive
 | ||||
| 
 | ||||
|     /**
 | ||||
|      * This holds the full directory path for this archive, it is only set after a successful call | ||||
|      * to Open, this is formed as <base extsavedatapath>/<type>/<high>/<low>. | ||||
|      * See GetExtSaveDataPath for the code that extracts this data from an archive path. | ||||
|      */ | ||||
|     std::string mount_point; | ||||
|     bool shared; ///< Whether this archive represents an ExtSaveData archive or a SharedExtSaveData archive
 | ||||
| }; | ||||
| 
 | ||||
| /**
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue