[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:
@@ -34,6 +34,7 @@ project("xenia-app")
|
||||
"xenia-gpu-null",
|
||||
"xenia-gpu-vk",
|
||||
"xenia-gpu-vulkan",
|
||||
"xenia-helper-sdl",
|
||||
"xenia-hid",
|
||||
"xenia-hid-nop",
|
||||
"xenia-hid-sdl",
|
||||
|
||||
Reference in New Issue
Block a user