mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 23:37:53 -05:00
VideoCore: Corrections to the MME Inliner and removal of hacky instance management.
This commit is contained in:
committed by
FernandoS27
parent
ba02d564f8
commit
7606da5611
@ -1277,8 +1277,11 @@ public:
|
||||
|
||||
struct MMEDrawState {
|
||||
MMMEDrawMode current_mode{MMMEDrawMode::Undefined};
|
||||
u32 current_count;
|
||||
u32 instance_count;
|
||||
u32 current_count{};
|
||||
u32 instance_count{};
|
||||
bool instance_mode{};
|
||||
bool gl_begin_consume{};
|
||||
u32 gl_end_count{};
|
||||
} mme_draw;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user