mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 19:18:15 -05:00
Pica/DebugUtils: Add an event triggered after loading a vertex.
This commit is contained in:
@ -26,6 +26,7 @@ public:
|
||||
CommandProcessed,
|
||||
IncomingPrimitiveBatch,
|
||||
FinishedPrimitiveBatch,
|
||||
VertexLoaded,
|
||||
|
||||
NumEvents
|
||||
};
|
||||
|
Reference in New Issue
Block a user