micsthepick / dsi2key

An emulated gamepad from your DS(i) to your PC.
http://www.1emulation.com/forums/forum/88-ds2key/
GNU General Public License v3.0
3 stars 1 forks source link

read access violation after setting keybind #2

Closed micsthepick closed 1 year ago

micsthepick commented 1 year ago

SetRay currently calls GetStringReference, which returns a std::string&

access violation is when assigning to this string a couple lines below

may have an influence over #1

micsthepick commented 1 year ago

seems to be resolved after recent changes