mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 05:27:10 +02:00
Added Custom Path case when saving screenshots (#5086)
This commit is contained in:
parent
d792d71e67
commit
b2441aee73
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue