Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
WiiVC Injector
Commits
7478a557
Commit
7478a557
authored
May 21, 2021
by
piratesephiroth
Browse files
Fix typo
parent
4416a57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
TeconMoon's WiiVC Injector/Form1.cs
View file @
7478a557
...
...
@@ -2194,7 +2194,7 @@ namespace TeconMoon_s_WiiVC_Injector
BuildStatus
.
Text
=
"Unscrubbing game for NFS Conversion..."
;
BuildStatus
.
Refresh
();
LauncherExeFile
=
TempToolsPath
+
"NKIT\\ConvertToISO.exe"
;
LauncherExeArgs
=
"\""
+
OpenGame
.
FileName
+
"\""
;
LauncherExeArgs
=
"\""
+
OpenGame
.
FileName
;
LaunchProgram
();
// CONVERT TO ISO
File
.
Move
(
Directory
.
GetFiles
(
TempToolsPath
+
"NKIT\\Processed\\GameCube_MatchFail"
,
"*.iso"
)[
0
],
TempSourcePath
+
"TEMPISOBASE\\files\\game.iso"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment