mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 04:35:46 +00:00
general_frontend: Add documentation for parental controls and ecommerce applets
This commit is contained in:
parent
d2ba9e2f09
commit
7de7e83df0
5 changed files with 55 additions and 27 deletions
|
@ -814,13 +814,13 @@ bool GMainWindow::LoadROM(const QString& filename) {
|
|||
system.SetGPUDebugContext(debug_context);
|
||||
|
||||
system.SetAppletFrontendSet({
|
||||
nullptr, ///< Parental Controls
|
||||
std::make_unique<QtErrorDisplay>(*this), ///<
|
||||
nullptr, ///< Photo Viewer
|
||||
std::make_unique<QtProfileSelector>(*this), ///<
|
||||
std::make_unique<QtSoftwareKeyboard>(*this), ///<
|
||||
std::make_unique<QtWebBrowser>(*this), ///<
|
||||
nullptr, ///< E-Commerce
|
||||
nullptr, // Parental Controls
|
||||
std::make_unique<QtErrorDisplay>(*this), //
|
||||
nullptr, // Photo Viewer
|
||||
std::make_unique<QtProfileSelector>(*this), //
|
||||
std::make_unique<QtSoftwareKeyboard>(*this), //
|
||||
std::make_unique<QtWebBrowser>(*this), //
|
||||
nullptr, // E-Commerce
|
||||
});
|
||||
|
||||
const Core::System::ResultStatus result{system.Load(*render_window, filename.toStdString())};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue