idzio/xi.c: Change XInput startup message

This commit is contained in:
Tau 2019-09-29 16:37:25 -04:00
parent 2214374bbd
commit 8ca093c57a
1 changed files with 1 additions and 1 deletions

View File

@ -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;