Skip to content

Commit

Permalink
Update paths.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Peppersawce authored and AJenbo committed Oct 23, 2024
1 parent da0418d commit bd18819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/utils/paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ const std::string &AssetsPath()
find_directory(B_SYSTEM_DATA_DIRECTORY, dev_for_path("/boot"), false, buffer, B_PATH_NAME_LENGTH);
strcat(buffer, "/devilutionx/");
assetsPath.emplace(strdup(buffer));
#endif
#if __EMSCRIPTEN__
#elif __EMSCRIPTEN__
assetsPath.emplace("assets/");
#elif defined(NXDK)
assetsPath.emplace("D:\\assets\\");
Expand Down

0 comments on commit bd18819

Please sign in to comment.