From b5e6a58c48ba5050ebed9f07df3be9ba496ba21e Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Sat, 25 Jun 2022 22:28:25 +0200 Subject: [PATCH] early-access version 2801 --- README.md | 2 +- src/core/debugger/gdbstub.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f383cdcb..b4fa128d0 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2800. +This is the source code for early-access 2801. ## Legal Notice diff --git a/src/core/debugger/gdbstub.cpp b/src/core/debugger/gdbstub.cpp index f5e9a303d..884229c77 100755 --- a/src/core/debugger/gdbstub.cpp +++ b/src/core/debugger/gdbstub.cpp @@ -252,6 +252,7 @@ void GDBStub::ExecuteCommand(std::string_view packet, std::vector