mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Apply suggestions from code review
Co-Authored-By: Ben <bene_thomas@web.de>
This commit is contained in:
		
							parent
							
								
									bbf8e876ab
								
							
						
					
					
						commit
						26f9364062
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -31,11 +31,11 @@ public: | |||
|     BufferMem() = default; | ||||
|     BufferMem(u32 size) : data(std::vector<u8>(size)) {} | ||||
| 
 | ||||
|     virtual u8* GetPtr() { | ||||
|     u8* GetPtr() override { | ||||
|         return data.data(); | ||||
|     } | ||||
| 
 | ||||
|     virtual u32 GetSize() const { | ||||
|     u32 GetSize() const override { | ||||
|         return static_cast<u32>(data.size()); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue