mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Move unspecific Emulator code out of System.cpp
This commit is contained in:
parent
4c2a11b6d0
commit
1caf81811a
38 changed files with 729 additions and 652 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "persistent_settings.h"
|
||||
|
||||
#include "util/logs.hpp"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/system_utils.hpp"
|
||||
|
||||
LOG_CHANNEL(cfg_log, "CFG");
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ QString persistent_settings::GetCurrentUser(const QString& fallback) const
|
|||
}
|
||||
|
||||
// Set user if valid
|
||||
if (Emulator::CheckUsr(user.toStdString()) > 0)
|
||||
if (rpcs3::utils::check_user(user.toStdString()) > 0)
|
||||
{
|
||||
return user;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue