From 8fe516bf127d15174b1df0305770eb27c43b753b Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Mon, 20 Nov 2023 05:16:46 +0100 Subject: [PATCH] early-access version 3983 --- README.md | 2 +- src/core/hle/service/hid/hid_server.cpp | 2 +- src/yuzu/game_list_p.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63e3ff3ee..7579e6427 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3982. +This is the source code for early-access 3983. ## Legal Notice diff --git a/src/core/hle/service/hid/hid_server.cpp b/src/core/hle/service/hid/hid_server.cpp index 0be6a7186..9094fdcc7 100755 --- a/src/core/hle/service/hid/hid_server.cpp +++ b/src/core/hle/service/hid/hid_server.cpp @@ -1563,7 +1563,7 @@ void IHidServer::CreateActiveVibrationDeviceList(HLERequestContext& ctx) { IPC::ResponseBuilder rb{ctx, 2, 0, 1}; rb.Push(ResultSuccess); - rb.PushIpcInterface(system, resource_manager); + rb.PushIpcInterface(system, GetResourceManager()); } void IHidServer::PermitVibration(HLERequestContext& ctx) { diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h index 1b521c8c9..95725ccfa 100755 --- a/src/yuzu/game_list_p.h +++ b/src/yuzu/game_list_p.h @@ -286,7 +286,7 @@ public: setData(QObject::tr("System Titles"), Qt::DisplayRole); break; case GameListItemType::CustomDir: { - QString path = QString::fromStdString(game_dir->path); + const QString path = QString::fromStdString(game_dir->path); const QString icon_name = QFileInfo::exists(path) ? QStringLiteral("folder") : QStringLiteral("bad_folder"); setData(QIcon::fromTheme(icon_name).pixmap(icon_size).scaled(