Ty

Results 16 issues of 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...

Build | Project System
Needs Rebase
Debugger
GUI/Qt

![image](https://user-images.githubusercontent.com/29295048/163702774-65351bfa-1a99-409d-8b51-82644e168533.png)

Bug
Enhancement / Feature Request
GS

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...

Debugger
GUI/Qt

### 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...

Core
Hardware Tested

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...

Build | Project System

### 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...

Debugger
GUI/Qt

### 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...

Debugger

### Description of Changes ### Rationale behind Changes ### Suggested Testing Steps

GS

### 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...

Build | Project System