mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 22:12:26 -05: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