mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #207 from lioncash/docs
Fix documentation of parameters
This commit is contained in:
		
						commit
						219628d1c8
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -19,7 +19,7 @@ public: | ||||||
| 
 | 
 | ||||||
|     /**
 |     /**
 | ||||||
|      * Set the Program Counter to an address |      * Set the Program Counter to an address | ||||||
|      * @param addr Address to set PC to |      * @param pc Address to set PC to | ||||||
|      */ |      */ | ||||||
|     void SetPC(u32 pc) override; |     void SetPC(u32 pc) override; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,7 +18,7 @@ public: | ||||||
| 
 | 
 | ||||||
|     /**
 |     /**
 | ||||||
|      * Set the Program Counter to an address |      * Set the Program Counter to an address | ||||||
|      * @param addr Address to set PC to |      * @param pc Address to set PC to | ||||||
|      */ |      */ | ||||||
|     void SetPC(u32 pc) override; |     void SetPC(u32 pc) override; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -157,7 +157,7 @@ u8* GetPointer(VAddr virtual_address); | ||||||
|  * Maps a block of memory on the heap |  * Maps a block of memory on the heap | ||||||
|  * @param size Size of block in bytes |  * @param size Size of block in bytes | ||||||
|  * @param operation Memory map operation type |  * @param operation Memory map operation type | ||||||
|  * @param flags Memory allocation flags |  * @param permissions Memory allocation permissions | ||||||
|  */ |  */ | ||||||
| u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions); | u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue