mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Make ApplyIPS static and private
This commit is contained in:
		
							parent
							
								
									05c1816504
								
							
						
					
					
						commit
						92f8b71137
					
				
					 1 changed files with 6 additions and 8 deletions
				
			
		|  | @ -249,14 +249,6 @@ public: | |||
|      */ | ||||
|     Loader::ResultStatus ReadRomFS(std::shared_ptr<RomFSReader>& romfs_file); | ||||
| 
 | ||||
|     /**
 | ||||
|      * Attempts to patch a buffer using an IPS | ||||
|      * @param ips Vector of the patches to apply | ||||
|      * @param buffer Vector to patch data into | ||||
|      * @return Void | ||||
|      */ | ||||
|     void ApplyIPS(std::vector<u8>& ips, std::vector<u8>& buffer); | ||||
| 
 | ||||
|     /**
 | ||||
|      * Get the override RomFS of the NCCH container | ||||
|      * Since the RomFS can be huge, we return a file reference instead of copying to a buffer | ||||
|  | @ -302,6 +294,12 @@ public: | |||
|     ExHeader_Header exheader_header; | ||||
| 
 | ||||
| private: | ||||
|     /**
 | ||||
|      * Attempts to patch a buffer using an IPS | ||||
|      * @param ips Vector of the patches to apply | ||||
|      * @param buffer Vector to patch data into | ||||
|      */ | ||||
|     static void ApplyIPS(std::vector<u8>& ips, std::vector<u8>& buffer); | ||||
|     bool has_header = false; | ||||
|     bool has_exheader = false; | ||||
|     bool has_exefs = false; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue