mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
VideoSoftware: remove const memory usage of DebugUtil
This commit is contained in:
parent
4b60bdd2d0
commit
96ffbe345d
3 changed files with 19 additions and 9 deletions
|
@ -7,6 +7,7 @@
|
|||
namespace DebugUtil
|
||||
{
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
||||
void GetTextureRGBA(u8 *dst, u32 texmap, s32 mip, u32 width, u32 height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue