carxt / JohnnyGuitarNVSE

JohnnyGuitar is a library extending NVSE's functionality. Please check the README provided for more information.
GNU Lesser General Public License v2.1
55 stars 9 forks source link

BaseExtraList::GetByType should be thread safe #9

Closed lStewieAl closed 3 years ago

lStewieAl commented 3 years ago

https://github.com/carxt/JohnnyGuitarNVSE/blob/15c93d3b00c5a0e0632bb3aec27671ef6a6a43ba/nvse/nvse/GameBSExtraData.cpp#L12

The function in the game has a light critical section, should add one similar to how JIP did here - https://github.com/jazzisparis/JIP-LN-NVSE/blob/019a8ab87074d05837095ab19cf25bdc434efe94/nvse/GameBSExtraData.cpp#L16

c6-dev commented 3 years ago

Done in 3.80