mirror of
https://github.com/jorio/Pomme.git
synced 2025-02-05 23:29:58 +00:00
Add sound volume enums
This commit is contained in:
parent
e182b79fd0
commit
534c44dfe2
@ -210,6 +210,12 @@ enum ESndInit
|
||||
initNoDrop = 0x0008, // no drop-sample conversion
|
||||
};
|
||||
|
||||
enum ESndVolume
|
||||
{
|
||||
kFullVolume = 0x0100,
|
||||
kNoVolume = 0,
|
||||
};
|
||||
|
||||
// Sound commands
|
||||
enum ESndCmds
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user