mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-05-23 12:37:14 -05:00
Update comment for loadAccounts to reflect the removal of the common.dat logic
This commit is contained in:
parent
0fbee649a1
commit
6aba0724b0
|
|
@ -110,7 +110,7 @@ void iosuAct_loadAccounts()
|
|||
|
||||
const bool online_enabled = ActiveSettings::IsOnlineEnabled();
|
||||
|
||||
// Load all accounts in common.dat order; the active account keeps its natural position
|
||||
// Load all accounts in order of persistantId; the active account keeps its natural position
|
||||
int counter = 0;
|
||||
for (const auto& account : Account::GetAccounts())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user