C140: VGM volume

This commit is contained in:
tildearrow 2023-08-12 17:08:01 -05:00
parent d7de177d26
commit 987ca3ad11
3 changed files with 7 additions and 2 deletions

View file

@ -398,6 +398,10 @@ int DivPlatformC140::getRegisterPoolSize() {
return 512;
}
float DivPlatformC140::getPostAmp() {
return 3.0f;
}
const void* DivPlatformC140::getSampleMem(int index) {
return index == 0 ? sampleMem : NULL;
}