mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 15:08:04 -05:00
Pica: Improve accuracy of immediate-mode support
This partially fixes Etrian Odyssey IV.
This commit is contained in:
@ -20,7 +20,7 @@ struct PrimitiveAssembler {
|
||||
VertexType& v1,
|
||||
VertexType& v2)>;
|
||||
|
||||
PrimitiveAssembler(Regs::TriangleTopology topology);
|
||||
PrimitiveAssembler(Regs::TriangleTopology topology = Regs::TriangleTopology::List);
|
||||
|
||||
/*
|
||||
* Queues a vertex, builds primitives from the vertex queue according to the given
|
||||
|
Reference in New Issue
Block a user