Age | Commit message (Collapse) | Author |
|
yuzu_cmd: change default cpu core to dynarmic
|
|
|
|
|
|
Remove more N3DS References
|
|
|
|
Service/spl: add module and services
|
|
|
|
GPU: Added vertex attrib format and triangle topology registers
|
|
Implement Pull #3535 from citra: CMake: Set EMU_ARCH_BITS in CMakeLists.txt
|
|
Use HTTPS for lz4
|
|
|
|
|
|
Service/vi: convert services to module
|
|
|
|
|
|
|
|
Port Citra OpenGL rasterizer code
|
|
Service: add fatal:u, fatal:p services
|
|
|
|
|
|
|
|
|
|
GPU: Added registers for color and Z buffers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement Pull #3064 from citra: Clean all format warnings (Yuzu-specific format warnings cleared too)
|
|
|
|
|
|
|
|
|
|
GPU: Added TIC and TSC registers to the Maxwell3D register structure.
|
|
|
|
|
|
Implement Pull #3184 from citra: core/arm: Improve timing accuracy before service calls in JIT (Rebased)
|
|
vi: TransactParcel DequeueBuffer should wait current thread
|
|
GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE.
|
|
|
|
|
|
|
|
|
|
|
|
This macro simply sets the current CB_ADDRESS to the texture buffer address for the input shader stage.
|
|
GPU: Handle writes to the CB_DATA method.
|
|
This macro binds the SSBO Info Buffer as the current ConstBuffer.
This buffer is usually bound to c0 during shader execution.
Games seem to use this macro instead of directly writing the address for some reason.
|