System: Fix unused variable warning

This commit is contained in:
Connor McLaughlin 2021-10-14 16:51:01 +10:00
parent 48e55ab87b
commit 355d7664d2
1 changed files with 2 additions and 0 deletions

View File

@ -2470,7 +2470,9 @@ void DoRunahead()
if (frames_to_run > 0)
{
Common::Timer timer2;
#ifdef PROFILE_MEMORY_SAVE_STATES
const s32 temp = frames_to_run;
#endif
g_spu.SetAudioStream(s_runahead_audio_stream.get());