Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit 6ecd62a

Browse files
committed
remove unnecessary
1 parent 7205f3b commit 6ecd62a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

fallout4_test.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ OutputFile=none ; Print log output to a file (i.e. "log.txt"
6666
SettingsPatch=false ; Applying new game settings. See Tweaks. (IMPORTANT: The initial scene does not work, do not turn on when starting a new game)
6767
MemoryPatch=true ; Replace Bethesda's memory allocator with TBBMalloc
6868
AchievementsPatch=true ; Re-enable achievements while mods are active
69-
ThreadingPatch=true ; Thread priority changes
7069

7170
[Tweaks]
7271
General_fDefaultFov=90.000

fallout4_test/src/patches/boost_search_array.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
#include <smmintrin.h>
44

5-
#include <fstream>
6-
7-
std::ofstream ofs("f4.log");
8-
95
/*
106
117
This file is part of Fallout 4 Fixes source code.

0 commit comments

Comments
 (0)