Skip to content

Commit

Permalink
ir: Set ir:rst max sessions to 2. (#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveice10 authored Jan 5, 2024
1 parent f2ee9ba commit 0df72f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/hle/service/ir/ir_rst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void IR_RST::Shutdown(Kernel::HLERequestContext& ctx) {
LOG_DEBUG(Service_IR, "called");
}

IR_RST::IR_RST(Core::System& system) : ServiceFramework("ir:rst", 1), system(system) {
IR_RST::IR_RST(Core::System& system) : ServiceFramework("ir:rst", 2), system(system) {
using namespace Kernel;
// Note: these two kernel objects are even available before Initialize service function is
// called.
Expand Down

0 comments on commit 0df72f3

Please sign in to comment.