mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoBackends: Merge Initialize and Shutdown functions.
This commit is contained in:
@ -20,7 +20,7 @@ using NativeVertexFormatMap =
|
||||
std::unordered_map<PortableVertexDeclaration, std::unique_ptr<NativeVertexFormat>>;
|
||||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
void Clear();
|
||||
|
||||
void MarkAllDirty();
|
||||
|
||||
|
Reference in New Issue
Block a user