We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e8b46 commit 4a85fa2Copy full SHA for 4a85fa2
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