[XConfig] Implementation of XConfig

This commit is contained in:
Gliniak
2026-05-17 21:30:10 +02:00
committed by Radosław Gliński
parent f88bfbe41e
commit 99ea6da18a
31 changed files with 2020 additions and 846 deletions

View File

@@ -12,7 +12,7 @@
#include "xenia/kernel/xboxkrnl/xboxkrnl_private.h"
DEFINE_bool(log_string_format_kernel_calls, false,
"Log kernel calls with the kHighFrequency tag.", "Logging");
"Log usage of print formatters like sprintf.", "Logging");
namespace xe {
namespace kernel {