Streamline ConfDb loading proceedure (#791)
* Create DatabaseConfBuilder & remove locking * Remove all refcounting This is part 1/n in regards to this PR's rework * Move db conf lookup out of RunThreadPart * Return default configuration for failed lookups * RefPtr members & stop leaks * fix uint comparison warning
This commit is contained in:
committed by
Kyle Sanderson
parent
53c63def07
commit
b9b6832a11
@@ -84,6 +84,7 @@ for arch in SM.archs:
|
||||
'frame_tasks.cpp',
|
||||
'smn_halflife.cpp',
|
||||
'FrameIterator.cpp',
|
||||
'DatabaseConfBuilder.cpp',
|
||||
]
|
||||
|
||||
if arch == 'x64':
|
||||
|
||||
Reference in New Issue
Block a user