Skip to content

Commit

Permalink
Remove non-utf-8 character
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryAMD committed Jan 22, 2025
1 parent a720fbf commit f947d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/replay/replay_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static void PrintUsage(const char* exe_name)
GFXRECON_WRITE_CONSOLE(" \t\tThis is intended to assist in replay debugging.");
GFXRECON_WRITE_CONSOLE(" --dx12-ags-inject-markers");
GFXRECON_WRITE_CONSOLE(" \t\tLabel each API calls as block index of the trace");
GFXRECON_WRITE_CONSOLE(" \t\tRadeon™ GPU Detective could dump the label for debugging.");
GFXRECON_WRITE_CONSOLE(" \t\tRadeon GPU Detective could dump the label for debugging.");
GFXRECON_WRITE_CONSOLE(" --batching-memory-usage <pct>");
GFXRECON_WRITE_CONSOLE(" \t\tMax amount of memory consumption while loading a trimmed capture file.");
GFXRECON_WRITE_CONSOLE(" \t\tAcceptable values range from 0 to 100 (default: 80)");
Expand Down

0 comments on commit f947d95

Please sign in to comment.