Merge pull request #12634 from NicolasRoehm/patch-1

[Upd] error message
This commit is contained in:
Autechre 2021-07-11 01:14:41 +02:00 committed by GitHub
commit 0570ed4ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ static void *rwebinput_input_init(const char *joypad_driver)
if (r != EMSCRIPTEN_RESULT_SUCCESS)
{
RARCH_ERR(
"[EMSCRIPTEN/INPUT] failed to create keydown callback: %d\n", r);
"[EMSCRIPTEN/INPUT] failed to create keyup callback: %d\n", r);
}
r = emscripten_set_keypress_callback(