LukeYui / elden_ring_item_randomiser

40 stars 11 forks source link

Seamless Coop compatability #3

Closed Nordgaren closed 2 years ago

Nordgaren commented 2 years ago

Seamless Coop Compatibility

Just needed to make the check for the .sl2 extension optional. Since it is just .sl2 in unicode, I figured if it's nullptr it only needs to be checked before the one time it's used (memcpy). If it's not found, the extension is already changed.