mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-04 16:07:24 +00:00
Corect small log string
This commit is contained in:
parent
3b057d9605
commit
2f0a5f48aa
@ -26671,9 +26671,10 @@ bool core_run(void)
|
||||
static bool core_verify_api_version(void)
|
||||
{
|
||||
unsigned api_version = current_core.retro_api_version();
|
||||
RARCH_LOG("%s: %u\n%s: %u\n",
|
||||
RARCH_LOG("%s: %u\n%s %s: %u\n",
|
||||
msg_hash_to_str(MSG_VERSION_OF_LIBRETRO_API),
|
||||
api_version,
|
||||
FILE_PATH_LOG_INFO,
|
||||
msg_hash_to_str(MSG_COMPILED_AGAINST_API),
|
||||
RETRO_API_VERSION
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user