configure_system: Implement with for loop
This commit is contained in:
parent
56960bf9f8
commit
8e15146026
18 changed files with 514 additions and 654 deletions
|
@ -162,6 +162,7 @@ const char* TranslateCategory(Category category) {
|
|||
case Category::RendererDebug:
|
||||
return "Renderer";
|
||||
case Category::System:
|
||||
case Category::SystemAudio:
|
||||
return "System";
|
||||
case Category::DataStorage:
|
||||
return "Data Storage";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue