MCPcopy Create free account
hub / github.com/TASEmulators/fceux / win_SoundSetScale

Function win_SoundSetScale

src/drivers/win/sound.cpp:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368void win_SoundSetScale(int scale) {
369 if(CheckTrashSound()) return;
370 if(player)
371 player->scale = scale;
372}
373
374void win_SoundWriteData(int32 *buffer, int count) {
375 //mbg 8/30/07 - this used to be done here, but now its gtting called from somewhere else...

Callers 1

FCEUD_UpdateFunction · 0.85

Calls 1

CheckTrashSoundFunction · 0.85

Tested by

no test coverage detected