mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
engine: platform: Make R_Init_Video parameter an enum
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user