[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

@@ -6,7 +6,7 @@ project("xenia-base")
kind("StaticLib")
language("C++")
links({
"fmt"
"fmt",
})
defines({
})