mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
Enable BGFX by default on Snow Leopard
This commit is contained in:
parent
397265f2fc
commit
1532f81232
@ -223,7 +223,7 @@ if _OPTIONS["NOASM"]=="1" and not _OPTIONS["FORCE_DRC_C_BACKEND"] then
|
||||
end
|
||||
|
||||
USE_BGFX = 1
|
||||
if (_OPTIONS["targetos"]=="macosx" and os_version < 100700) then
|
||||
if (_OPTIONS["targetos"]=="macosx" and os_version < 100600) then
|
||||
USE_BGFX = 0
|
||||
end
|
||||
if(_OPTIONS["USE_BGFX"]~=nil) then
|
||||
|
Loading…
Reference in New Issue
Block a user