mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 07:08:15 -05:00
Merge pull request #3094 from lioncash/tables
service: Update function tables
This commit is contained in:
@ -50,6 +50,8 @@ public:
|
||||
{21, &IDatabaseService::GetIndex, "GetIndex"},
|
||||
{22, &IDatabaseService::SetInterfaceVersion, "SetInterfaceVersion"},
|
||||
{23, nullptr, "Convert"},
|
||||
{24, nullptr, "ConvertCoreDataToCharInfo"},
|
||||
{25, nullptr, "ConvertCharInfoToCoreData"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Reference in New Issue
Block a user