Ty
Ty
PRing as draft, maybe it'll motivate me a bit more. Current issues: - Memory View is empty when the VM hasn't run yet - The Register View and Disassembly view...

From my hardware tests, these are my findings. EE Timers Regardless of bit 8 (Compare Interrupt Enable), if bit 6 (Clear counter when it reaches compare value) is set, the...
### Description of Changes Disassembly is a pain point. There are multiple disassembler interfaces, and the "good" one we don't even use properly. I've disabled another heuristic to prevent pseudo...
### Description of Changes You are able to make TLB entries that point to invalid physical addresses. Because the cache is accessed before the physical write (obviously), the cache will...
RFC? Should this be implemented? ### Description of Changes Adds the USE_BACKTRACE CMake build option to optionally disable libbacktrace ### Rationale behind Changes fixes #11566 ### Suggested Testing Steps Try...
### Description of Changes Support little and big endian view modes within the debuggers memory view via context menu action. ### Rationale behind Changes Big endian values, although easier to...
### Description of Changes The comment says it all. Essentially the pause handler in the debugger could cause a tlb miss, which would pause the VM again, which would call...
### Description of Changes ### Rationale behind Changes ### Suggested Testing Steps
### Description of Changes Changes the daily flatpak branch to beta. When a stable release is cut it will push to the stable branch. Caveat: The stable branch is going...