summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem/Config
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2023-12-31 11:57:16 -0800
committerDentomologist <dentomologist@gmail.com>2024-01-01 00:41:48 -0800
commit7dbf463ddf4a89ec7158c955b421adb77670d37e (patch)
tree2885a586708da259997c2230bc9c391aca27ef05 /Source/Core/VideoCommon/GraphicsModSystem/Config
parent58c5ae3de92015f8b4c3ae4b63e23b8669798edc (diff)
BitSet64: Fix iterator incrementation
Use 1 of the same type as the stored value when shifting left. This prevents undefined behavior caused by shifting an int more than 31 bits. Previously iterator incrementation could either hang or prematurely report it had reached the end of the bitset.
Diffstat (limited to 'Source/Core/VideoCommon/GraphicsModSystem/Config')
0 files changed, 0 insertions, 0 deletions