video_core: Moar shader instruction

This commit is contained in:
raphaelthegreat 2024-05-30 18:07:36 +03:00
parent ff21750815
commit dd91456b48
11 changed files with 127 additions and 20 deletions

View file

@ -32,7 +32,7 @@ private:
};
std::mutex m_mutex;
bool m_connected = false;
bool m_connected = true;
State m_last_state;
int m_connected_count = 0;
u32 m_states_num = 0;