| Age | Commit message (Collapse) | Author |
|
Also minor style changes
|
|
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
|
|
|
|
Fix/mask crash in shader debugger in Mii Maker
|
|
GPU: DisplayTransfer & MemoryFill cleanup and param check
|
|
|
|
As far as I can tell, memset was replaced by a fill without correcting
the parameter type, causing an out-of-bounds array read in the Vec4
constructor.
|
|
Fixes #1938
|
|
|
|
|
|
|
|
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
|
|
|
|
|
The static meant that after the first execution, these lambda context
would be pointing to a random location on the stack. Fixes a random
crash when using the interpreter.
|
|
Qt graphics configure & V-Sync option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Retrieve shader result from new OutputRegisters-type
|
|
OpenGL: Set shader_dirty on lighting changes
|
|
VertexLoader: Minor changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Support blend equation
|
|
|
|
Refactor JIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pica: Implement texture type 3 (Projection2D)
|
|
|
|
|
|
|