Ryujinx/src/Ryujinx.HLE/HOS/Kernel
GreemDev 247e2e03d6 gdb: More cleanup changes
- Move the message handler into its debugger class part,
- Move all message types into one file and collapse 3 of the ones with no data into a generic, stateless message with a single property being its type,
- Add an Fpscr helper property on IExecutionContext along with a comment about what Fpscr is (similar to the other registers in there)
- Moved the Rcmd helpers (such as GetRegisters, GetMinidump, etc) into a dedicated Debugger class part,
- Fixed the double-collection (ToArray being called twice) in GetThreadUids & GetThread in KProcess
2025-10-19 04:26:12 -05:00
..
Common misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
Ipc Revert "Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)" 2025-06-15 20:45:26 -05:00
Memory 12 GiB heap support (ryubing/ryujinx!166) 2025-10-15 15:37:13 -05:00
Process gdb: More cleanup changes 2025-10-19 04:26:12 -05:00
SupervisorCall 12 GiB heap support (ryubing/ryujinx!166) 2025-10-15 15:37:13 -05:00
Threading gdb: More cleanup changes 2025-10-19 04:26:12 -05:00
KernelConstants.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
KernelContext.cs cores rework (#505) 2025-01-09 21:43:18 -06:00
KernelStatic.cs 12 GiB heap support (ryubing/ryujinx!166) 2025-10-15 15:37:13 -05:00