From 8ca093c57a6c85a22abaa2a03d7e85ce2fd92ea6 Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 29 Sep 2019 16:37:25 -0400 Subject: [PATCH] idzio/xi.c: Change XInput startup message --- idzio/xi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idzio/xi.c b/idzio/xi.c index 1d1d0c0..526b6c5 100644 --- a/idzio/xi.c +++ b/idzio/xi.c @@ -26,7 +26,7 @@ HRESULT idz_xi_init(const struct idz_io_backend **backend) { assert(backend != NULL); - dprintf("IDZ XI: Using XInput controller\n"); + dprintf("XInput: Using XInput controller\n"); *backend = &idz_xi_backend; return S_OK;