Jamiras

Results 187 comments of Jamiras

Made another pass. The `client->state.load` object is no longer detached at the start of `rc_client_activate_game`. If `client->state.load->game` is `client->game`, `rc_client_unload_game` will no longer free it, allowing `rc_client_activate_game` to do so...

This has conflicts from the +/- PR.

Looking back through discord, the only mention of adding support for BBC Micro was an offhand comment when we added WASM-4: > i thought we were done with potential consoles...

Alt "shortcuts" are actually accelerators for navigating the menu. I'm not sure why the accelerators aren't working - I assume it's something we have to enable in SDL. Having explicit...

This is essentially a duplicate of #11364, with the additional request to support mastery notifications.

I'm not certain how the screenshot code in RetroArch is implemented, but the way RetroAchievements handles this in the standalone emulators is to capture the screen in memory and draw...

Yes, it's a feature request. The achievement screenshot is taken as soon as the achievement triggers, and just captures whatever is currently on the screen, including any visible widgets (i.e....