mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
SDL1 does not work with BFGX
This commit is contained in:
parent
1532f81232
commit
9d63532184
@ -210,6 +210,10 @@ elseif _OPTIONS["targetos"]=="os2" then
|
||||
SYNC_IMPLEMENTATION = "os2"
|
||||
end
|
||||
|
||||
if _OPTIONS["SDL_LIBVER"]=="sdl" then
|
||||
USE_BGFX = 0
|
||||
end
|
||||
|
||||
if BASE_TARGETOS=="unix" then
|
||||
if _OPTIONS["targetos"]=="macosx" then
|
||||
links {
|
||||
|
Loading…
Reference in New Issue
Block a user