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:
@ -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)
|
||||
|
Reference in New Issue
Block a user