mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 03:57:50 +00:00
general: Address review comments
This commit is contained in:
parent
7fdca4ffab
commit
9639d49ec6
14 changed files with 200 additions and 190 deletions
|
@ -11,7 +11,7 @@ namespace Core::Frontend {
|
|||
CabinetApplet::~CabinetApplet() = default;
|
||||
|
||||
void DefaultCabinetApplet::ShowCabinetApplet(
|
||||
std::function<void(bool, const std::string&)> callback, const CabinetParameters& parameters,
|
||||
const CabinetCallback& callback, const CabinetParameters& parameters,
|
||||
std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const {
|
||||
LOG_WARNING(Service_AM, "(STUBBED) called");
|
||||
callback(false, {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue