Ty
Ty
### Description of Changes Instead of moving data in 8-bit loops, use safeiopmem(read/write) functions which use an underlying memcpy. ### Rationale behind Changes Minor performance increase in medium to large...
This PR allows PCSX2 to use the cue data in CHDs. (Allowing audio CHDs to work) It seems to work with the OSDSYS CD player It also seems to work...
### Describe the Bug When searching by `Increased`,`Decreased`,`Changed` or `Unchanged` the `Value` input box is still validated despite it not being used during the comparison. ### Reproduction Steps - Do...
### Description of Changes When the user tries to save or load a state where there hasn't been any memory card activity for ~1 hour, show an OSD warning mentioning...
### Description of Changes #### Entry prefetching I shrunk the size of a TLB entry from 48 bytes to 16 bytes. Theoretically on a lookup, we would prefetch up to...
Credit goes to the Julia language and Dolphin emulator for their free and open source implementations ### Description of Changes Instead of relying on signal handling for our segfault handler,...