mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2026-02-04 05:21:16 +01:00
Log message for non-SteamClient interface
Added debug print statement for interface check.
This commit is contained in:
@@ -329,6 +329,7 @@ static void *create_client_interface(const char *ver)
|
||||
client_ptr->report_missing_impl(ver, EMU_FUNC_NAME);
|
||||
}
|
||||
|
||||
PRINT_DEBUG("%s interface is not SteamClient, returning nullptr!", ver);
|
||||
// Original steam returns 0 here.
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user