VideoSoftware: remove const memory usage of DebugUtil

This commit is contained in:
degasus
2014-03-05 15:19:10 +01:00
parent 4b60bdd2d0
commit 96ffbe345d
3 changed files with 19 additions and 9 deletions

View File

@ -7,6 +7,7 @@
namespace DebugUtil
{
void Init();
void Shutdown();
void GetTextureRGBA(u8 *dst, u32 texmap, s32 mip, u32 width, u32 height);