mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 06:17:56 -05:00
More services & small clean ups
This commit is contained in:
@ -179,7 +179,6 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00170000, nullptr, "GetSoundVolume"},
|
||||
};
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Interface class
|
||||
|
||||
@ -196,7 +195,4 @@ Interface::Interface() {
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
}
|
||||
|
||||
Interface::~Interface() {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user