diff options
author | waker <wakeroid@gmail.com> | 2010-11-28 21:56:52 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-11-28 21:56:52 +0100 |
commit | d8c31e7a70ed62e44c214ce88434b1b870e2e9a5 (patch) | |
tree | aea26bed9b47edf4704592bbf44f60da3894ac60 /plugins/ao | |
parent | 8d43782c7415fea1ed98a02d708ad6ba84ae2763 (diff) |
fixed gapless playback when dsp is active
Diffstat (limited to 'plugins/ao')
-rw-r--r-- | plugins/ao/eng_ssf/m68kcpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ao/eng_ssf/m68kcpu.c b/plugins/ao/eng_ssf/m68kcpu.c index 9624ea5c..f9b442bc 100644 --- a/plugins/ao/eng_ssf/m68kcpu.c +++ b/plugins/ao/eng_ssf/m68kcpu.c @@ -37,8 +37,6 @@ static const char* copyright_notice = #include "m68kops.h" #include "m68kcpu.h" -#pragma GCC optimize("O0") - /* ======================================================================== */ /* ================================= DATA ================================= */ /* ======================================================================== */ |