We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6049f commit a3185caCopy full SHA for a3185ca
1 file changed
components/retro-go/rg_input.c
@@ -287,6 +287,7 @@ void rg_input_init(void)
287
288
#if defined(RG_GAMEPAD_I2C_MAP)
289
RG_LOGI("Initializing I2C gamepad driver...");
290
+ rg_i2c_init();
291
#if defined(RG_I2C_GPIO_DRIVER)
292
for (size_t i = 0; i < RG_COUNT(keymap_i2c); ++i)
293
{
0 commit comments