mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
WTF was I thinking
This commit is contained in:
parent
1f2763cc32
commit
d7d3818ea6
@ -70,7 +70,6 @@ if _OPTIONS["SDL_LIBVER"]=="sdl2" then
|
|||||||
else
|
else
|
||||||
defines {
|
defines {
|
||||||
"SDLMAME_SDL2=0",
|
"SDLMAME_SDL2=0",
|
||||||
"SYNC_IMPLEMENTATION=" .. SYNC_IMPLEMENTATION,
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -82,6 +81,7 @@ end
|
|||||||
|
|
||||||
defines {
|
defines {
|
||||||
"OSD_SDL",
|
"OSD_SDL",
|
||||||
|
"SYNC_IMPLEMENTATION=" .. SYNC_IMPLEMENTATION,
|
||||||
}
|
}
|
||||||
|
|
||||||
if BASE_TARGETOS=="unix" then
|
if BASE_TARGETOS=="unix" then
|
||||||
|
Loading…
Reference in New Issue
Block a user