1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-11 20:37:09 +01:00

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

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;