mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
video_core: Moar shader instruction
This commit is contained in:
parent
ff21750815
commit
dd91456b48
11 changed files with 127 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue