summaryrefslogtreecommitdiffstats
path: root/core/input/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/input/SCsub')
-rw-r--r--core/input/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/SCsub b/core/input/SCsub
index b12bf561de..da29637135 100644
--- a/core/input/SCsub
+++ b/core/input/SCsub
@@ -14,7 +14,7 @@ controller_databases = [
gensource = env.CommandNoCache(
"default_controller_mappings.gen.cpp",
controller_databases,
- env.Run(input_builders.make_default_controller_mappings, "Generating default controller mappings."),
+ env.Run(input_builders.make_default_controller_mappings),
)
env.add_source_files(env.core_sources, "*.cpp")