1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Toss old RAM functions

If we really care about system RAM, we should reimplement this in a less
obsolete way--and hopefully update the RAM tiers ;)
This commit is contained in:
2012-06-17 19:08:47 -04:00
parent 3667fb62e2
commit 172b3c6cfb
4 changed files with 1 additions and 51 deletions

View File

@ -1015,12 +1015,6 @@ void plgAudioSys::Init(hsWindowHndl hWnd)
fSys->RegisterAs( kAudioSystem_KEY );
plgDispatch::Dispatch()->RegisterForExactType( plAudioSysMsg::Index(), fSys->GetKey() );
plgDispatch::Dispatch()->RegisterForExactType( plRenderMsg::Index(), fSys->GetKey() );
if(hsPhysicalMemory() <= 380)
{
plStatusLog::AddLineS("audio.log", "StreamFromRam Disabled");
fStreamFromRAMCutoff = 4;
}
fWnd = hWnd;
if(fMuted)