Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jan 13, 2024
1 parent a986fe3 commit e0acdc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ryujinx/Ui/Widgets/GameTableContextMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@ private void OpenTitleModDir_Clicked(object sender, EventArgs args)
OpenHelper.OpenFolder(titleModsPath);
}

private void OpenTitleSdModDir_Clicked(object sender, EventArgs args) {
private void OpenTitleSdModDir_Clicked(object sender, EventArgs args)
{
string sdModsBasePath = ModLoader.GetSdModsBasePath();
string titleModsPath = ModLoader.GetTitleDir(sdModsBasePath, _titleIdText);

Expand Down

0 comments on commit e0acdc4

Please sign in to comment.