early-access version 2774
This commit is contained in:
parent
065059f75c
commit
56fe0601ae
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2773.
|
||||
This is the source code for early-access 2774.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ namespace Core {
|
|||
|
||||
class GDBStubArch {
|
||||
public:
|
||||
virtual ~GDBStubArch() = default;
|
||||
virtual std::string GetTargetXML() const = 0;
|
||||
virtual std::string RegRead(const Kernel::KThread* thread, size_t id) const = 0;
|
||||
virtual void RegWrite(Kernel::KThread* thread, size_t id, std::string_view value) const = 0;
|
||||
|
|
Loading…
Reference in a new issue