Skip to content

Commit

Permalink
Merge branch 'dev/adunn/remove_message' into 'main'
Browse files Browse the repository at this point in the history
Remove legacy warning about assets not being production ready

See merge request lightspeedrtx/dxvk-remix-nv!665
  • Loading branch information
AlexDunn committed Jan 17, 2024
2 parents 653bfda + 52fb4bf commit 2ae067e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dxvk/imgui/dxvk_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1271,13 +1271,6 @@ namespace dxvk {
auto common = ctx->getCommonObjects();
std::vector<std::string> hudMessages;

if (common->getSceneManager().areReplacementsLoaded()) {
const std::string& exportStatus = common->getSceneManager().getReplacementStatus();
if (exportStatus != "Release Ready") {
hudMessages.emplace_back(str::format("Warning: Replacements are not production ready. Status: ", exportStatus));
}
}

if(common->getSceneManager().areReplacementsLoading())
hudMessages.emplace_back("Loading enhancements...");

Expand Down

0 comments on commit 2ae067e

Please sign in to comment.