| Age | Commit message (Collapse) | Author |
|
|
|
It tells the GPU to not swizzle/de-swizzle the input during the transfer.
|
|
|
|
This was found and hwtested by Lectem
|
|
|
|
Changes the log to use hex in the parameter list instead of decimal.
|
|
|
|
exist.
|
|
real stride.
Also added its name to the texture viewer widget
|
|
|
|
|
|
and fix various warnings
|
|
|
|
|
|
This really should be universalized, I keep getting errors creating
commits because lines I've edited use tabs instead of spaces(and yes I
did read the contributing guide and i know they are supposed to be
spaces)
|
|
|
|
|
|
|
|
|
|
Dyncom: Support for a new ARMv6 Thumb MOV encoding
|
|
|
|
|
|
|
|
Kernel/SVC: Implemented svcQueryMemory.
|
|
|
|
Ensure all kernel objects are released during shutdown
|
|
"signed/unsigned mismatch"
|
|
This commit fixes several kernel object leaks. The most severe of them
was threads not being removed from the private handle table used for
CoreTiming events. This resulted in Threads never being released, which
in turn held references to Process, causing CodeSets to never be freed
when loading other applications.
|
|
Also a side-benefit of not having implementation-defined behavior.
|
|
Do not load entire RomFS to memory, read from the file as needed instead (rebased)
|
|
|
|
|
|
Pica/CommandProcessor: Move default attribute setup to the proper position.
|
|
|
|
|
|
|
|
Y2R: Fix narrowing warning
|
|
|
|
Buffer lengths should be size_t, and file offsets should be u64.
|
|
|
|
|
|
Qt: Fix disassembly widget stepping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|