| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
CpuManager: simplify pausing
|
|
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.
|
|
|
|
|
|
Service: hid: Several improvements and implementations
|
|
general: Use smaller array types where applicable
|
|
input_common: Make vibration request async
|
|
Needed by Nintendo Switch Sports
|
|
GetSixAxisSensorIcInformation
Needed by Nintendo Switch Sports
|
|
IsSixAxisSensorUnalteredPassthroughEnabled
Needed by Nintendo Switch Sports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensures that we're using the fmt version of format_to.
These are also the only three outliers. All of the other formatters we
have are properly qualified.
|
|
Using this smaller type saves 512 bytes in the compiled executable.
|