| Age | Commit message (Collapse) | Author |
|
|
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
|
|
MemoryManager: Reduce the page table size based on last big page address.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Liam <byteslice@airmail.cc>
|
|
|
|
|
|
|
|
core_timing: Use CNTPCT as the guest CPU tick
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing
changes made to af20e25081f97d55b451606c87922e2b49f0d363.
|
|
ReadBuffer"
|
|
Allows the use of HLERequestContext::ReadBufferSpan
|
|
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.
I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
R_THROW macro leads towards a return
|
|
|
|
|
|
Kernel Multiprocess (Part 1) - Persist memory & core timing
|
|
video_core: implement 1D copies based on VMM 'kind'
|
|
|
|
|
|
|
|
|
|
|
|
Fixes frametime reporting
|
|
|
|
|