From 5278a50185e5ca179826986807e0f3605bab9a62 Mon Sep 17 00:00:00 2001 From: MCJack123 Date: Thu, 7 Nov 2019 23:59:56 -0500 Subject: [PATCH] Changed Windows install dir --- src/platform_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform_win.cpp b/src/platform_win.cpp index 62813898..36cbcf29 100644 --- a/src/platform_win.cpp +++ b/src/platform_win.cpp @@ -23,7 +23,7 @@ #include "http.hpp" const char * base_path = "%USERPROFILE%\\.craftos"; -const char * rom_path = "%ProgramFiles%\\CraftOS-PC"; +const char * rom_path = "%ProgramFiles%\\CraftOS-PC Accelerated"; std::string base_path_expanded; std::string rom_path_expanded; char expand_tmp[32767];