mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
[Upd] error message
This commit is contained in:
parent
0d46eb9066
commit
b3c929499e
@ -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