mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 20:02:25 -07:00
configure_system: Clear current username before overwriting
Prevents bug where old username would remain if the new username was shorter in length.
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
|
||||
#include <QList>
|
||||
#include <QWidget>
|
||||
#include "core/hle/service/acc/profile_manager.h"
|
||||
|
||||
namespace Service::Account {
|
||||
class ProfileManager;
|
||||
struct UUID;
|
||||
} // namespace Service::Account
|
||||
|
||||
class QGraphicsScene;
|
||||
class QStandardItem;
|
||||
|
Reference in New Issue
Block a user