engine: platform: make most input platform functions optional, patch fbdev/evdev to compile

This commit is contained in:
Alibek Omarov
2025-05-11 16:14:36 +03:00
parent 8209a8a681
commit ffc8bf30d7
7 changed files with 54 additions and 126 deletions

View File

@@ -179,7 +179,7 @@ void Evdev_Autodetect_f( void )
for( i = 0; i < evdev.devices; i++ )
{
if( !Q_strncmp( evdev.paths[i], path, sizeof( evdev.paths[i] ))
if( !Q_strncmp( evdev.paths[i], path, sizeof( evdev.paths[i] )))
goto next;
}