mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #843 from chinhodado/patch-2
Use correct style name: PascalCase instead of CamelCase
This commit is contained in:
		
						commit
						bd5c943c65
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -10,16 +10,16 @@ Citra is a brand new project, so we have a great opportunity to keep things clea | |||
| 
 | ||||
| ### Naming Rules | ||||
| * Functions | ||||
|  * CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore) | ||||
|  * PascalCase, "_" may also be used for clarity (e.g. ARM_InitCore) | ||||
| * Variables | ||||
|  * lower_case_underscored | ||||
|  * Prefix "g_" if global | ||||
| * Classes | ||||
|  * CamelCase, "_" may also be used for clarity (e.g. OGL_VideoInterface) | ||||
|  * PascalCase, "_" may also be used for clarity (e.g. OGL_VideoInterface) | ||||
| * Files/Folders | ||||
|  * lower_case_underscored | ||||
| * Namespaces | ||||
|  * CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore) | ||||
|  * PascalCase, "_" may also be used for clarity (e.g. ARM_InitCore) | ||||
| 
 | ||||
| ### Indentation/Whitespace Style | ||||
| Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spaces instead. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue