Files
Xenia-Canary/src/xenia
Sylpheed RE agent f9170fd3fe [RE] xam_input: log the keystroke path that REACHES the driver
The existing [RE-INPUT] line only fires when IsUIActive() swallows a keystroke,
so its silence is ambiguous: it means either 'the game is polling and getting
nothing' or 'the game is not polling at all'. That is exactly the fork the
title-screen investigation is stuck on - with the sign-in dialog fixed the
swallow count is 0 and the title still does not respond to (A).

Adds two logs on the other side: a rate-limited count of calls that get past
IsUIActive to a driver, and one line per keystroke actually handed to the guest
(rare by construction - one per physical press - so every one is logged, with
user index, virtual key and flags).
2026-08-19 08:35:26 +00:00
..
2025-07-19 14:42:21 -07:00
2026-05-30 19:26:25 +02:00
2026-03-27 00:11:59 +09:00
2025-07-19 14:42:21 -07:00