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

Method setSource

src/drivers/win/OutputDS.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 virtual int getVol() { return vol; }
30 virtual int getPan() { return pan; }
31 void setSource(OAKRA_Module *source) {
32 this->source = source;
33 }
34 virtual ~DSVoice() {
35 driver->freeVoiceInternal(this,true);
36 if(ds_buf)

Callers 3

getVoiceMethod · 0.80
win_SoundInitFunction · 0.80
HelpDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected