mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-02-16 17:11:24 +00:00
Remove (faulty/outdated) video ram detection
This commit is contained in:
parent
04bea1b10f
commit
a6834f2f39
2 changed files with 0 additions and 4 deletions
|
@ -73,7 +73,6 @@ extern idCVar com_showAsyncStats;
|
||||||
extern idCVar com_showSoundDecoders;
|
extern idCVar com_showSoundDecoders;
|
||||||
extern idCVar com_makingBuild;
|
extern idCVar com_makingBuild;
|
||||||
extern idCVar com_updateLoadSize;
|
extern idCVar com_updateLoadSize;
|
||||||
extern idCVar com_videoRam;
|
|
||||||
|
|
||||||
extern int time_gameFrame; // game logic time
|
extern int time_gameFrame; // game logic time
|
||||||
extern int time_gameDraw; // game present time
|
extern int time_gameDraw; // game present time
|
||||||
|
|
|
@ -179,9 +179,6 @@ void Sys_FPU_SetDAZ( bool enable );
|
||||||
// returns amount of system ram
|
// returns amount of system ram
|
||||||
int Sys_GetSystemRam( void );
|
int Sys_GetSystemRam( void );
|
||||||
|
|
||||||
// returns amount of video ram
|
|
||||||
int Sys_GetVideoRam( void );
|
|
||||||
|
|
||||||
// returns amount of drive space in path
|
// returns amount of drive space in path
|
||||||
int Sys_GetDriveFreeSpace( const char *path );
|
int Sys_GetDriveFreeSpace( const char *path );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue