logging overhaul
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace n64 {
|
||||
Core::Core() {
|
||||
if(SDL_GameControllerAddMappingsFromFile("resources/gamecontrollerdb.txt") < 0) {
|
||||
Util::warn("Failed to load game controller DB\n");
|
||||
Util::warn("Failed to load game controller DB");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user