GLFW3 SaveState -> wrong directory
Monkey Forums/Monkey Bug Reports/GLFW3 SaveState -> wrong directory
| ||
Hi, is there a reason why SaveState doesn't work anymore with glfw3 like it did with glfw2 ? GLFW2 saves .monkeystate in User/AppData/... on windows (and other appropriate directory for mac and linux) but GLFW3 saves it beside the .exe and don't use GLFW_APP_LABEL and GLFW_APP_PUBLISHER ? |
| ||
Probably got lost in the transition to glfw3 - will take a look. |
| ||
Thank you |
| ||
Just uploaded v85c which should fix this. |
| ||
Thank you a lot ! |
| ||
I'm using 85d, I've set GLFW_APP_PUBLISHER and GLFW_APP_LABEL and it's still writing .monkeystate beside the .exe :-( |
| ||
I confirm that it does not work. Same code (LoadState/SaveState) works fine with glfw2 (v82a) but still not with glfw3 (v85d). |