mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
Services: Clean up a few things and add a few function names
This commit is contained in:
parent
08b6cf778d
commit
379b39e583
7 changed files with 36 additions and 33 deletions
|
@ -14,16 +14,15 @@ namespace CSND_SND {
|
|||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00010140, nullptr, "Initialize"},
|
||||
{0x00020000, nullptr, "Shutdown"},
|
||||
{0x00030040, nullptr, "Unknown"},
|
||||
{0x00040080, nullptr, "Unknown"},
|
||||
{0x00050000, nullptr, "Unknown"},
|
||||
{0x00060000, nullptr, "Unknown"},
|
||||
{0x00070000, nullptr, "Unknown"},
|
||||
{0x00080040, nullptr, "Unknown"},
|
||||
{0x00030040, nullptr, "ExecuteType0Commands"},
|
||||
{0x00040080, nullptr, "ExecuteType1Commands"},
|
||||
{0x00050000, nullptr, "AcquireSoundChannels"},
|
||||
{0x00060000, nullptr, "ReleaseSoundChannels"},
|
||||
{0x00070000, nullptr, "AcquireCaptureDevice"},
|
||||
{0x00080040, nullptr, "ReleaseCaptureDevice"},
|
||||
{0x00090082, nullptr, "FlushDCache"},
|
||||
{0x000A0082, nullptr, "StoreDCache"},
|
||||
{0x000B0082, nullptr, "InvalidateDCache"},
|
||||
{0x000C0000, nullptr, "Unknown"},
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue