mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Software: Fix zfreeze with CullMode::All
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user