mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	removed unused macros from citra.h
This commit is contained in:
		
							parent
							
								
									7b3cde1f3a
								
							
						
					
					
						commit
						b0ae99e177
					
				| @ -4,12 +4,3 @@ | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| 
 | ||||
| #define APP_NAME        std::string("citra") | ||||
| #define APP_VERSION     std::string("0.01-") + std::string(g_scm_rev_str) | ||||
| #define APP_TITLE       (APP_NAME + " " + APP_VERSION) | ||||
| #define	COPYRIGHT       "Copyright (C) 2014 Citra Emulator" | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user