mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
VideoSoftware: remove const memory usage of DebugUtil
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
namespace DebugUtil
|
||||
{
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
||||
void GetTextureRGBA(u8 *dst, u32 texmap, s32 mip, u32 width, u32 height);
|
||||
|
||||
|
Reference in New Issue
Block a user