Remove TODOs
This commit is contained in:
parent
5e288a3fc8
commit
f2e4d3f3a1
1 changed files with 0 additions and 4 deletions
|
@ -25,7 +25,6 @@ internal static class CreamAPI
|
|||
api64 = directory + @"\steam_api64.dll";
|
||||
api64_o = directory + @"\steam_api64_o.dll";
|
||||
config = directory + @"\cream_api.ini";
|
||||
// TODO: account for log builds?
|
||||
}
|
||||
|
||||
internal static void CheckConfig(string directory, Selection selection, InstallForm installForm = null)
|
||||
|
@ -60,9 +59,6 @@ internal static class CreamAPI
|
|||
writer.WriteLine($"; {name}");
|
||||
writer.WriteLine("[steam]");
|
||||
writer.WriteLine($"appid = {appId}");
|
||||
// TODO: check if we should add these
|
||||
// writer.WriteLine("unlockall = true");
|
||||
// writer.WriteLine("extraprotection = true");
|
||||
writer.WriteLine();
|
||||
writer.WriteLine("[dlc]");
|
||||
// installForm?.UpdateUser($"Added game to cream_api.ini with appid {appId} ({name})",
|
||||
|
|
Loading…
Reference in a new issue