[frontend] refactor: extract common firmware & key functions #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/firmware-loader"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extracts some firmware version/verification functions into
frontend_common
to reduce duplicate code, especially for the new QMLfrontend.
Additionally adds a check for games that are known to require firmware
(e.g. MK8DX) and warns the user if they don't have firmware installed
and attempt to run the game.
Firmware installation is to be in a separate PR.
Signed-off-by: crueter crueter@eden-emu.dev
WIP: [frontend] refactor: extract common firmware & key functionsto [frontend] refactor: extract common firmware & key functions