| Age | Commit message (Collapse) | Author |
|
kernel: fix some uses of disable_count
|
|
Used by Ring Fit Adventure
|
|
|
|
|
|
Currently this just stops all the emulation
This works under assumption that only application will try to use
ExitProcess, with services not touching it
If application exits - it quite makes sense to end the emulation
|
|
|
|
|
|
kernel: implement KProcess suspension
|
|
service: notifa: Implement most part of this service
|
|
kernel: notify debugger on break SVC
|
|
yuzu: Make variable shadowing a compile-time error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CpuManager: simplify pausing
|
|
Now that the entire project is free of variable shadowing, we can enforce this as a compile time error to prevent any further introduction of this logic bug.
|
|
core/debugger: support operation in yuzu-cmd
|
|
core/debugger: allow remote connections
|
|
kernel: fix KCodeMemory initialization
|
|
|
|
The class is used polymorphically, so it's undefined behavior to delete
instances of GDBStubA64 and GDBStubA32 from the base class pointer.
|
|
|
|
|
|
|
|
|
|
Follow-up fixes for NVFlinger rewrite (Part 3)
|
|
|
|
|
|
common: consolidate ELF structure definitions
|
|
|
|
gdbstub: add missing library list query
|
|
|
|
service: hid: Improve stub of IRS
|
|
|
|
gdbstub: Support reading guest thread names
|
|
|
|
gdbstub: fix target descriptions
|
|
core/debugger: Improved stepping mechanism and misc fixes
|
|
|
|
core/debugger: Define defaulted virtual destructors
|
|
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
|
|
|
|
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
|
|
|