mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 08:27:58 -05:00
network, yuzu: Improve variable naming and style consistency
This commit is contained in:
@ -10,7 +10,7 @@ Backend::~Backend() = default;
|
||||
|
||||
NullBackend::~NullBackend() = default;
|
||||
|
||||
UserData NullBackend::LoadUserData([[maybe_unused]] const std::string& verify_UID,
|
||||
UserData NullBackend::LoadUserData([[maybe_unused]] const std::string& verify_uid,
|
||||
[[maybe_unused]] const std::string& token) {
|
||||
return {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user