mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
ethc: Update to 12.x
This commit is contained in:
parent
372e5e2a6a
commit
e7d53ce3f6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ ETHC_C::ETHC_C(Core::System& system_) : ServiceFramework{system_, "ethc:c"} {
|
||||||
{3, nullptr, "GetMediaList"},
|
{3, nullptr, "GetMediaList"},
|
||||||
{4, nullptr, "SetMediaType"},
|
{4, nullptr, "SetMediaType"},
|
||||||
{5, nullptr, "GetMediaType"},
|
{5, nullptr, "GetMediaType"},
|
||||||
|
{6, nullptr, "Unknown6"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue