mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
format + remove debug log
This commit is contained in:
parent
908f202d75
commit
85d38d4132
1 changed files with 1 additions and 2 deletions
|
@ -162,7 +162,6 @@ void OnGameLoaded() {
|
|||
for (const QXmlStreamAttribute& attr : xmlReader.attributes()) {
|
||||
if (attr.name() == QStringLiteral("isEnabled")) {
|
||||
if (attr.value().toString() == "true") {
|
||||
LOG_INFO(Loader, "Got enabled patch");
|
||||
isEnabled = true;
|
||||
} else
|
||||
isEnabled = false;
|
||||
|
@ -236,7 +235,7 @@ void OnGameLoaded() {
|
|||
LOG_INFO(Loader, "Patches loaded successfully");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
ApplyPendingPatches();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue