Age | Commit message (Collapse) | Author |
|
SDL2 Frontend: Use argv[0], add a --version, and reorder options
|
|
|
|
Fix driver root identification on Windows
|
|
SOC:U GetSockOpt/SetSockOpt
|
|
Rasterizer: Allow all blend factors for alpha blend-func
|
|
|
|
core: Clean out some unnecessary header includes
|
|
|
|
loader: only decompress code section
|
|
Configure Dialog: Remove minimumSize property
|
|
|
|
debug_utils: use std::make_unique for initializing PicaTrace
|
|
|
|
|
|
|
|
Thread: Correct Common::Barrier implementation
|
|
IOFile: Minor API changes
|
|
|
|
|
|
|
|
Shader JIT Part 2
|
|
|
|
|
|
|
|
return addresses.
|
|
|
|
|
|
|
|
|
|
- This is because we compile the full shader code space, and therefore its common to compile malformed instructions.
|
|
|
|
|
|
|
|
instructions.
|
|
|
|
|
|
|
|
|
|
|
|
Also applies the template checks to ReadArray as well.
|
|
|
|
FileUtil: Missing #include, Add const to IOFile methods
|
|
|
|
Set Kernel config "Hardware Inited" to 1 (true)
|
|
CitraQt: Apply config at startup
|
|
|
|
|
|
|
|
Pica: Remove geometry dumper (PICA_DUMP_GEOMETRY)
|
|
Implementation for a configure widget
|