mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-26 18:40:26 +00:00
Reduce MSVC optmisation level
This commit is contained in:
parent
98b4cc0c5f
commit
aee9b94b46
@ -236,7 +236,7 @@ else
|
||||
endif
|
||||
|
||||
else
|
||||
CFLAGS = /nologo /w /O2 /Ox /Oi /Ot /Oy /Ob2 /GF /Gs /Gy /GL /Zc:forScope /MT /EHsc
|
||||
CFLAGS = /nologo /w /Oi /Ot /Oy /Ob2 /GF /Gs /Gy /GL /Zc:forScope /MT /EHsc
|
||||
LDFLAGS += /LTCG:STATUS
|
||||
endif
|
||||
|
||||
|
@ -112,6 +112,7 @@
|
||||
<li>Fixed bad static/clipping noise on several Neo-Geo games (Art of Fighting, Football Frenzy, etc) with FM Interpolation [dink]</li>
|
||||
<li>Fixed unclear/staticy sample/instruments in all games on Irem m72 hardware [dink]</li>
|
||||
<li>Fixed sound in Renegade, replacing custom ADPCM with MSM5205 [barry, Alex Jackson]</li>
|
||||
<li>Reduced MSVC compiler optimisation level (fixes Tetris Plus 2 and maybe others) [barry]</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user