engine: platform: Make R_Init_Video parameter an enum

This commit is contained in:
lewa_j
2026-01-13 03:25:29 +03:00
parent 72e8a53046
commit 543d6d67e6
8 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void FB_GetScreenRes( int *x, int *y )
*y = fb.vinfo.yres;
}
qboolean R_Init_Video( const int type )
qboolean R_Init_Video( ref_graphic_apis_t type )
{
qboolean retval;
string fbdev = DEFAULT_FBDEV;