mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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