input: fix a crash on disconnected dev config load
authornotaz <notasas@gmail.com>
Tue, 10 Jun 2025 22:34:14 +0000 (01:34 +0300)
committeririxxxx <31696370+irixxxx@users.noreply.github.com>
Thu, 12 Jun 2025 06:44:26 +0000 (08:44 +0200)
commitda09f8f20da6548e1debf4abb9840eb9f130678d
treef1c8bf94b558950f045ecc1b3ea56608a19e14ce
parent9ed5822606dd7ff20a782a882e8fd611cb53ba88
input: fix a crash on disconnected dev config load

Because `kbd_binds` was null. in_bind_kbd_key() already handles it so
just call it to reuse.
input.c