Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Sep 19, 2024
1 parent 2188778 commit 8ddc42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Refresher/UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public class MainForm : RefresherForm
new Button((_, _) => this.ShowChild<FilePatchForm>()) { Text = "File Patch (using a .ELF)" },
new Button((_, _) => this.ShowChild<EmulatorPatchForm>()) { Text = "RPCS3 Patch" },
new Button((_, _) => this.ShowChild<ConsolePatchForm>()) { Text = "PS3 Patch" },
new Button((_, _) => this.ShowChild<PSPSetupForm>()) { Text = "PSP Setup" },
new Button((_, _) => this.ShowChild<PSPSetupForm>()) { Text = "PSP Setup" }
#if DEBUG
this.PipelineButton<ExamplePipeline>()
,this.PipelineButton<ExamplePipeline>()
#endif
);

Expand Down

0 comments on commit 8ddc42d

Please sign in to comment.