Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" operation.
|
|
GPU: Implement the RGBA32_UINT rendertarget format.
|
|
gl_shader_decompiler: Implement predicate NotEqualWithNan.
|
|
operation.
|
|
|
|
|
|
|
|
Rewrite the OpenGL rasterizer cache
|
|
|
|
Service/Audio: add hwopus service, stub GetWorkBufferSize function
|
|
|
|
gl_rasterizer_cache: Improved cache management based on Citra's implementation.
gl_surface_cache: Add some docstrings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
surfaces.
|
|
gl_rasterizer: Workaround for when exceeding max UBO size.
|
|
|
|
gl_state: Fix state management for texture swizzle.
|
|
gl_state: Remove unused state management from 3DS.
|
|
gl_rasterizer_cache: Fix inverted B5G6R5 format.
|
|
|
|
|
|
|
|
yuzu: Remove SSBOs check from Qt frontend.
|
|
|
|
Rasterizer: Use UBOs instead of SSBOs for uploading const buffers.
|
|
Fix crash at exit
|
|
|
|
* We should be returning our revision instead of what is requested.
Hardware test on a 5.1.0 console
* Added sysversion comment
|
|
|
|
(#583)
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader
According to game symbols(SMO), there's references to UpdateDataHeader which seems to be what AudioRendererResponse actually is
* oops
* AudioRendererParameters should be AudioRendererParameter according to SMO
|
|
|
|
properly (#580)
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly
This fixes RequestUpdateAudioRenderer deadlocks in games like Puyo Puyo Tetris and games which require a proper section size in games such as Retro City Rampage. This fixes causes various games to start rendering or trying to render
|
|
Use Ninja for MSVC AppVeyor builds
|
|
svc: Fully implement svcSignalToAddress and svcWaitForAddress
|
|
IPC: skip empty buffer write
|
|
prevent yuzu crash, if games, like Axiom Verge, trying to read 0 bytes from file
|
|
|
|
|
|
|
|
Service/Audio: update audren:u service
|