mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 07:22:24 +00:00
format + remove debug log
This commit is contained in:
parent
908f202d75
commit
85d38d4132
@ -162,7 +162,6 @@ void OnGameLoaded() {
|
|||||||
for (const QXmlStreamAttribute& attr : xmlReader.attributes()) {
|
for (const QXmlStreamAttribute& attr : xmlReader.attributes()) {
|
||||||
if (attr.name() == QStringLiteral("isEnabled")) {
|
if (attr.name() == QStringLiteral("isEnabled")) {
|
||||||
if (attr.value().toString() == "true") {
|
if (attr.value().toString() == "true") {
|
||||||
LOG_INFO(Loader, "Got enabled patch");
|
|
||||||
isEnabled = true;
|
isEnabled = true;
|
||||||
} else
|
} else
|
||||||
isEnabled = false;
|
isEnabled = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user