diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 18:55:44 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 18:55:44 +0100 |
| commit | 880dc5f03ecc98c65e7e7d4adeae10a9a20613b7 (patch) | |
| tree | 2974b62fba0aab82c740a7a900deff7985e73027 /src/d/d_sys.cpp | |
| parent | 21c847dfd63f557d7d617182148a52198f2466ef (diff) | |
Move variable out of d_main.h, add TODO in d_sys.cpp
Diffstat (limited to 'src/d/d_sys.cpp')
| -rw-r--r-- | src/d/d_sys.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/d_sys.cpp b/src/d/d_sys.cpp index 89c78cff..b6910303 100644 --- a/src/d/d_sys.cpp +++ b/src/d/d_sys.cpp @@ -395,6 +395,7 @@ void System::initialize() { DvdFile::initialize(); + // TODO Determine significance of the constant CoreControllerMgr::setWPADWorkSize(WPADGetWorkMemorySize() + 228); CoreControllerMgr::createInstance(); |
