mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 06:55:47 -04:00
System: Fix unused variable warning
This commit is contained in:
@ -2470,7 +2470,9 @@ void DoRunahead()
|
|||||||
if (frames_to_run > 0)
|
if (frames_to_run > 0)
|
||||||
{
|
{
|
||||||
Common::Timer timer2;
|
Common::Timer timer2;
|
||||||
|
#ifdef PROFILE_MEMORY_SAVE_STATES
|
||||||
const s32 temp = frames_to_run;
|
const s32 temp = frames_to_run;
|
||||||
|
#endif
|
||||||
|
|
||||||
g_spu.SetAudioStream(s_runahead_audio_stream.get());
|
g_spu.SetAudioStream(s_runahead_audio_stream.get());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user