mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: add graphics mod callback interface for when a texture is created
This commit is contained in:
@@ -32,4 +32,7 @@ struct TextureLoad
|
||||
{
|
||||
std::string_view texture_name;
|
||||
};
|
||||
struct TextureCreate
|
||||
{
|
||||
};
|
||||
} // namespace GraphicsModActionData
|
||||
|
||||
Reference in New Issue
Block a user