mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-11-04 01:03:43 +00:00 
			
		
		
		
	Added Custom Path case when saving screenshots (#5086)
This commit is contained in:
		
							parent
							
								
									e8f5e97fa4
								
							
						
					
					
						commit
						378080eb87
					
				@ -270,7 +270,7 @@ namespace Ryujinx.Ava
 | 
			
		||||
 | 
			
		||||
                        string directory = AppDataManager.Mode switch
 | 
			
		||||
                        {
 | 
			
		||||
                            AppDataManager.LaunchMode.Portable => Path.Combine(AppDataManager.BaseDirPath, "screenshots"),
 | 
			
		||||
                            AppDataManager.LaunchMode.Portable or AppDataManager.LaunchMode.Custom => Path.Combine(AppDataManager.BaseDirPath, "screenshots"),
 | 
			
		||||
                            _                                  => Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyPictures), "Ryujinx")
 | 
			
		||||
                        };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -381,7 +381,7 @@ namespace Ryujinx.Ui
 | 
			
		||||
                        string filename    = $"ryujinx_capture_{currentTime.Year}-{currentTime.Month:D2}-{currentTime.Day:D2}_{currentTime.Hour:D2}-{currentTime.Minute:D2}-{currentTime.Second:D2}.png";
 | 
			
		||||
                        string directory   = AppDataManager.Mode switch
 | 
			
		||||
                        {
 | 
			
		||||
                            AppDataManager.LaunchMode.Portable => System.IO.Path.Combine(AppDataManager.BaseDirPath, "screenshots"),
 | 
			
		||||
                            AppDataManager.LaunchMode.Portable or AppDataManager.LaunchMode.Custom => System.IO.Path.Combine(AppDataManager.BaseDirPath, "screenshots"),
 | 
			
		||||
                            _ => System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyPictures), "Ryujinx")
 | 
			
		||||
                        };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user