Remove const

This commit is contained in:
pi1024e 2020-08-29 13:19:29 -04:00
parent bdb976dc27
commit 6d153c6b91

View file

@ -514,7 +514,7 @@ void m4aSoundVSyncOff(void)
void m4aSoundVSyncOn(void)
{
struct SoundInfo *soundInfo = SOUND_INFO_PTR;
const u32 ident = soundInfo->ident;
u32 ident = soundInfo->ident;
if (ident == ID_NUMBER)
return;