We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1de95 commit 6cec916Copy full SHA for 6cec916
1 file changed
source/UI.cpp
@@ -194,17 +194,17 @@ void UI::optGetPatch() {
194
void UI::optdeltarunams() {
195
//atm
196
cfwpath = "atmosphere";
197
- optGetPatch();
+ optdeltarun();
198
}
199
void UI::optdeltarunrei() {
200
//rei
201
cfwpath = "ReiNX";
202
203
204
void UI::optdeltarunsxos() {
205
//sxos
206
cfwpath = "sxos";
207
208
209
210
//DeltaRun patch
0 commit comments