mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Split out everying remaining from Swap
This commit is contained in:
parent
2a18b34a73
commit
0da69055d9
21 changed files with 182 additions and 170 deletions
|
@ -229,6 +229,8 @@ private:
|
|||
std::vector<u32> m_cpu_accesses_this_frame;
|
||||
std::vector<u32> m_scheduled_command_buffer_kicks;
|
||||
bool m_allow_background_execution = true;
|
||||
|
||||
EventHook m_frame_end_event;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<VertexManagerBase> g_vertex_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue