[SDL] Add global helper to setup the library.
Call to SDLHelper::Prepare() is needed before first SDL_InitSubSystem(). - Sets hints (SDL configuration vars). - Configures logging.
This commit is contained in:
@@ -7,8 +7,9 @@ project("xenia-apu-sdl")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
"xenia-base",
|
||||
"xenia-apu",
|
||||
"xenia-base",
|
||||
"xenia-helper-sdl",
|
||||
"SDL2",
|
||||
})
|
||||
defines({
|
||||
|
||||
Reference in New Issue
Block a user