mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Common: Fix logic for setting EMU_DATA_DIR.
This commit is contained in:
		
							parent
							
								
									4c684fb274
								
							
						
					
					
						commit
						188b419586
					
				@ -17,13 +17,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// The user data dir
 | 
					// The user data dir
 | 
				
			||||||
#define ROOT_DIR "."
 | 
					#define ROOT_DIR "."
 | 
				
			||||||
#ifdef _WIN32
 | 
					#define USERDATA_DIR "user"
 | 
				
			||||||
    #define USERDATA_DIR "user"
 | 
					#ifdef USER_DIR
 | 
				
			||||||
    #define EMU_DATA_DIR "Citra Emulator"
 | 
					    #define EMU_DATA_DIR USER_DIR
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    #define USERDATA_DIR "user"
 | 
					    #ifdef _WIN32
 | 
				
			||||||
    #ifdef USER_DIR
 | 
					        #define EMU_DATA_DIR "Citra Emulator"
 | 
				
			||||||
        #define EMU_DATA_DIR USER_DIR
 | 
					 | 
				
			||||||
    #else
 | 
					    #else
 | 
				
			||||||
        #define EMU_DATA_DIR "citra-emu"
 | 
					        #define EMU_DATA_DIR "citra-emu"
 | 
				
			||||||
    #endif
 | 
					    #endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user