mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 16:33:01 +00:00
VERA: 4x the volume
This commit is contained in:
parent
0e2ecaf6be
commit
3707a86f42
2 changed files with 5 additions and 0 deletions
|
@ -372,6 +372,10 @@ void DivPlatformVERA::muteChannel(int ch, bool mute) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
float DivPlatformVERA::getPostAmp() {
|
||||||
|
return 4.0f;
|
||||||
|
}
|
||||||
|
|
||||||
bool DivPlatformVERA::isStereo() {
|
bool DivPlatformVERA::isStereo() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,6 +66,7 @@ class DivPlatformVERA: public DivDispatch {
|
||||||
void tick();
|
void tick();
|
||||||
void muteChannel(int ch, bool mute);
|
void muteChannel(int ch, bool mute);
|
||||||
void notifyInsDeletion(void* ins);
|
void notifyInsDeletion(void* ins);
|
||||||
|
float getPostAmp();
|
||||||
bool isStereo();
|
bool isStereo();
|
||||||
void poke(unsigned int addr, unsigned short val);
|
void poke(unsigned int addr, unsigned short val);
|
||||||
void poke(std::vector<DivRegWrite>& wlist);
|
void poke(std::vector<DivRegWrite>& wlist);
|
||||||
|
|
Loading…
Reference in a new issue