mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 06:47:57 -05:00
Merge pull request #2226 from lioncash/private
kernel/server_port: Make data members private
This commit is contained in:
@ -67,7 +67,7 @@ public:
|
||||
if (port == nullptr) {
|
||||
return nullptr;
|
||||
}
|
||||
return std::static_pointer_cast<T>(port->hle_handler);
|
||||
return std::static_pointer_cast<T>(port->GetHLEHandler());
|
||||
}
|
||||
|
||||
void InvokeControlRequest(Kernel::HLERequestContext& context);
|
||||
|
Reference in New Issue
Block a user