mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	Comment out empty arrays causing compile errors in MSVC
This commit is contained in:
		
							parent
							
								
									cd2a31eaf4
								
							
						
					
					
						commit
						082bf803ab
					
				
					 2 changed files with 8 additions and 6 deletions
				
			
		|  | @ -11,13 +11,14 @@ | |||
| 
 | ||||
| namespace AM_APP { | ||||
| 
 | ||||
| const Interface::FunctionInfo FunctionTable[] = { | ||||
| }; | ||||
| // Empty arrays are illegal -- commented out until an entry is added.
 | ||||
| //const Interface::FunctionInfo FunctionTable[] = { };
 | ||||
| 
 | ||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||
| // Interface class
 | ||||
| 
 | ||||
| Interface::Interface() { | ||||
|     Register(FunctionTable, ARRAY_SIZE(FunctionTable)); | ||||
|     //Register(FunctionTable, ARRAY_SIZE(FunctionTable));
 | ||||
| } | ||||
| 
 | ||||
| } // namespace
 | ||||
|  |  | |||
|  | @ -11,13 +11,14 @@ | |||
| 
 | ||||
| namespace CECD_U { | ||||
| 
 | ||||
| const Interface::FunctionInfo FunctionTable[] = { | ||||
| }; | ||||
| // Empty arrays are illegal -- commented out until an entry is added.
 | ||||
| //const Interface::FunctionInfo FunctionTable[] = { };
 | ||||
| 
 | ||||
| ////////////////////////////////////////////////////////////////////////////////////////////////////
 | ||||
| // Interface class
 | ||||
| 
 | ||||
| Interface::Interface() { | ||||
|     Register(FunctionTable, ARRAY_SIZE(FunctionTable)); | ||||
|     //Register(FunctionTable, ARRAY_SIZE(FunctionTable));
 | ||||
| } | ||||
| 
 | ||||
| } // namespace
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue