Home
last modified time | relevance | path

Searched refs:ProfileSelectApplet (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/frontend/applets/
H A Dprofile_select.h13 class ProfileSelectApplet {
15 virtual ~ProfileSelectApplet();
20 class DefaultProfileSelectApplet final : public ProfileSelectApplet {
H A Dprofile_select.cpp11 ProfileSelectApplet::~ProfileSelectApplet() = default;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/am/applets/
H A Dprofile_select.h37 const Core::Frontend::ProfileSelectApplet& frontend_);
50 const Core::Frontend::ProfileSelectApplet& frontend;
H A Dapplets.h25 class ProfileSelectApplet; variable
164 using ProfileSelect = std::unique_ptr<Core::Frontend::ProfileSelectApplet>;
H A Dprofile_select.cpp19 const Core::Frontend::ProfileSelectApplet& frontend_) in ProfileSelect()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/applets/
H A Dprofile_select.h56 class QtProfileSelector final : public QObject, public Core::Frontend::ProfileSelectApplet {