mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
Decimal change
This commit is contained in:
parent
f171ec8b29
commit
6d6064d42e
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ public:
|
||||||
|
|
||||||
AudInU::AudInU() : ServiceFramework("audin:u") {
|
AudInU::AudInU() : ServiceFramework("audin:u") {
|
||||||
static const FunctionInfo functions[] = {
|
static const FunctionInfo functions[] = {
|
||||||
{0x00000000, nullptr, "ListAudioIns"},
|
{0, nullptr, "ListAudioIns"},
|
||||||
{0x00000001, nullptr, "OpenAudioIn"},
|
{1, nullptr, "OpenAudioIn"},
|
||||||
{0x00000003, nullptr, "OpenAudioInAuto"},
|
{3, nullptr, "OpenAudioInAuto"},
|
||||||
{0x00000004, nullptr, "ListAudioInsAuto"},
|
{4, nullptr, "ListAudioInsAuto"},
|
||||||
};
|
};
|
||||||
RegisterHandlers(functions);
|
RegisterHandlers(functions);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue