mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 02:17:57 -05:00
hle: kernel: KClientPort: Cleanup comment format.
This commit is contained in:
@ -91,7 +91,7 @@ ResultCode KClientPort::CreateSession(KClientSession** out) {
|
||||
// Create a new session.
|
||||
KSession* session = KSession::Create(kernel);
|
||||
if (session == nullptr) {
|
||||
/* Decrement the session count. */
|
||||
// Decrement the session count.
|
||||
const auto prev = num_sessions--;
|
||||
if (prev == max_sessions) {
|
||||
this->NotifyAvailable();
|
||||
|
Reference in New Issue
Block a user