mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
keep SSE2 like it was
This commit is contained in:
parent
dc76c10666
commit
9089f704fc
@ -827,8 +827,7 @@ end
|
|||||||
if _OPTIONS["SSE2"]=="1" then
|
if _OPTIONS["SSE2"]=="1" then
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"-msse",
|
"-msse",
|
||||||
"-msse2",
|
"-msse2"
|
||||||
"-msse3"
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user