mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VideoCommon: Support hot reloading of VS expand
This commit is contained in:
parent
3912fa7a2e
commit
1e9b6f88e4
4 changed files with 10 additions and 5 deletions
|
@ -140,6 +140,9 @@ public:
|
|||
u32* out_offset, const void* palette_data, u32 palette_size,
|
||||
TexelBufferFormat palette_format, u32* out_palette_offset);
|
||||
|
||||
// Call if active config changes
|
||||
void OnConfigChange();
|
||||
|
||||
// CPU access tracking - call after a draw call is made.
|
||||
void OnDraw();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue