Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

before_exit option only triggers for SNES #180

Open
wizzomafizzo opened this issue Jan 17, 2025 · 1 comment
Open

before_exit option only triggers for SNES #180

wizzomafizzo opened this issue Jan 17, 2025 · 1 comment

Comments

@wizzomafizzo
Copy link
Member

No description provided.

@TomHVR
Copy link

TomHVR commented Jan 17, 2025

Yep :(

Haven't tried any other cores other than the N64 at this time.

Here is the sample config.toml I've used for reproducing.

config_schema = 1
debug_logging = false

[audio]
scan_feedback = true

[readers]
auto_detect = true

[readers.scan]
mode = 'hold'

[service]
api_port = 7497
device_id = '6ce0f584-0321-4da7-b342-38607933c3fb'

[[systems.default]]
system = 'N64'
before_exit = '**input.keyboard:{f12}||**delay:2000'

[[systems.default]]
system = 'SNES'
before_exit = '**input.keyboard:{f12}||**delay:2000'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants