[frontend] refactor: extract common firmware & key functions #38
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!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_commonto 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