From 117f3ad6ae3fb6df54bc553bd1efbab080d39606 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Apr 2022 04:24:52 +0100 Subject: Add engine_no_focus_sleep backport, fix codegen Default gamedata values actually work the way they're supposed to now. --- src/rinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rinput.c') diff --git a/src/rinput.c b/src/rinput.c index 867b5be..8d94b36 100644 --- a/src/rinput.c +++ b/src/rinput.c @@ -31,7 +31,7 @@ // loaded. If m_rawinput already exists, we do nothing; people should use the // game's native raw input instead in that case. -#define ERR "sst: rinput: error: " +#define ERR "rinput: error: " #define USAGEPAGE_MOUSE 1 #define USAGE_MOUSE 2 -- cgit v1.2.3