mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Software: Fix zfreeze with CullMode::All
This commit is contained in:
parent
164e0f742d
commit
59f299d5d6
7 changed files with 78 additions and 41 deletions
|
@ -19,6 +19,9 @@ public:
|
|||
SWVertexLoader();
|
||||
~SWVertexLoader();
|
||||
|
||||
DataReader PrepareForAdditionalData(OpcodeDecoder::Primitive primitive, u32 count, u32 stride,
|
||||
bool cullall) override;
|
||||
|
||||
protected:
|
||||
void DrawCurrentBatch(u32 base_index, u32 num_indices, u32 base_vertex) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue