From 2fa2c7932cab9a77e4d533ea9ae979701d0048eb Mon Sep 17 00:00:00 2001 From: grassdne Date: Sat, 29 Jul 2023 23:39:26 -0400 Subject: [PATCH] change organization name in SDL_GetPrefPath --- src/native_frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native_frontend.cpp b/src/native_frontend.cpp index 987923d..a285d69 100644 --- a/src/native_frontend.cpp +++ b/src/native_frontend.cpp @@ -44,7 +44,7 @@ void frontend_init(char **arg) { } save_file_path = arg[1]; } else { - char* dir = SDL_GetPrefPath("grassdne", "minesector"); + char* dir = SDL_GetPrefPath("rzia.dev", "minesector"); if (dir == NULL) { throw std::runtime_error("Error getting the pref dir"); }