mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
VideoCommon: call texture load graphics mod hook when Dolphin loads a texture
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Matrix.h"
|
||||
|
||||
@ -26,4 +28,8 @@ struct Projection
|
||||
{
|
||||
Common::Matrix44* matrix;
|
||||
};
|
||||
struct TextureLoad
|
||||
{
|
||||
std::string_view texture_name;
|
||||
};
|
||||
} // namespace GraphicsModActionData
|
||||
|
Reference in New Issue
Block a user