Skip to content

Commit

Permalink
vkconfig: Clean up
Browse files Browse the repository at this point in the history
Change-Id: I4c7ca210e910d435ade93cee0f9dc9b288c4b941
  • Loading branch information
christophe-lunarg committed Jul 18, 2024
1 parent b0bf549 commit 3076bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vkconfig_core/configuration_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ void ConfigurationManager::LoadDefaultConfigurations(const std::vector<Layer> &a
#ifdef _M_ARM64
if (configuration.key == "Frame Capture") {
continue;
} else if (configuration.key == "Crash Diagnostic") {
continue;
}
#endif

Expand Down

0 comments on commit 3076bb4

Please sign in to comment.