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

When I already have a key, for example: input_user1_up:'w', how can I change the key to make the game work directly without having to start again #32

Open
Perfect-l opened this issue Jun 26, 2024 · 2 comments

Comments

@Perfect-l
Copy link

No description provided.

@Perfect-l
Copy link
Author

Perfect-l commented Jun 26, 2024

nostalgist = await Nostalgist.launch({
rom: data.rom,
core: 'fceumm',
state,
resolveCoreJs(core, options) {
return fceumm_libretro.js
},
resolveCoreWasm(core, options) {
return fceumm_libretro.wasm
},
element: canvasRef.value,
retroarchConfig: data.retroarchConfig,
})

@arianrhodsandlot
Copy link
Owner

For now we do not support updating retroarch config while the emulator is running. I'm not sure if this can be done with the official retroarch emscripten build, and I'm going to do some research recently. But it maybe hard to achieve.

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