[SDL2] Redirect log messages into our system.

This commit is contained in:
Joel Linn
2020-04-08 16:58:22 +02:00
committed by Rick Gibbed
parent 11d79c6c1c
commit 05a62673f7
4 changed files with 40 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ SDLInputDriver::~SDLInputDriver() {
}
X_STATUS SDLInputDriver::Setup() {
XELOG_SDL_INIT()
if (!TestSDLVersion()) {
return X_STATUS_UNSUCCESSFUL;
}