Use more correct loggings

This commit is contained in:
SimoneN64
2023-03-19 15:21:04 +01:00
parent 7a4c3f2f83
commit 357b5839ca
6 changed files with 50 additions and 52 deletions

View File

@@ -6,7 +6,7 @@
namespace n64 {
Core::Core() {
if(SDL_GameControllerAddMappingsFromFile("resources/gamecontrollerdb.txt") < 0) {
Util::print("Failed to load game controller DB\n");
Util::warn("Failed to load game controller DB\n");
}
}