mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-02 11:03:34 -06:00
clang
This commit is contained in:
parent
49c9786863
commit
10147fb4e9
@ -5,9 +5,9 @@
|
||||
#include <iostream>
|
||||
#include <common/path_util.h>
|
||||
#include "emulator_settings.h"
|
||||
#include "libraries/system/userservice.h"
|
||||
#include "user_manager.h"
|
||||
#include "user_settings.h"
|
||||
#include "libraries/system/userservice.h"
|
||||
|
||||
bool UserManager::AddUser(const User& user) {
|
||||
for (const auto& u : m_users.user) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user