mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #12634 from NicolasRoehm/patch-1
[Upd] error message
This commit is contained in:
commit
0570ed4ca3
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user