Skip to content

Commit 6cec916

Browse files
committed
Update UI.cpp
1 parent 1d1de95 commit 6cec916

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/UI.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,17 @@ void UI::optGetPatch() {
194194
void UI::optdeltarunams() {
195195
//atm
196196
cfwpath = "atmosphere";
197-
optGetPatch();
197+
optdeltarun();
198198
}
199199
void UI::optdeltarunrei() {
200200
//rei
201201
cfwpath = "ReiNX";
202-
optGetPatch();
202+
optdeltarun();
203203
}
204204
void UI::optdeltarunsxos() {
205205
//sxos
206206
cfwpath = "sxos";
207-
optGetPatch();
207+
optdeltarun();
208208
}
209209

210210
//DeltaRun patch

0 commit comments

Comments
 (0)