1
0
Fork 0
mirror of https://github.com/pineappleEA/pineapple-src synced 2024-09-21 14:21:37 +02:00

early-access version 2339

This commit is contained in:
pineappleEA 2021-12-22 23:44:24 +01:00
parent 4d2c50cf2f
commit 69849d2d6a
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 2335.
This is the source code for early-access 2339.
## Legal Notice

View file

@ -1250,8 +1250,10 @@ static std::optional<QDBusObjectPath> HoldWakeLockLinux(u32 window_id = 0) {
return {};
}
QVariantMap options = {};
//: TRANSLATORS: This string is shown to the user to explain why yuzu needs to prevent the
//: computer from sleeping
options.insert(QString::fromLatin1("reason"),
QCoreApplication::translate("GMainWindow", "yuzu is emulating a game"));
QCoreApplication::translate("GMainWindow", "yuzu is running a game"));
// 0x4: Suspend lock; 0x8: Idle lock
QDBusReply<QDBusObjectPath> reply =
xdp.call(QString::fromLatin1("Inhibit"),