mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 09:40:11 +00:00
(Qt) Fix desktop menu crash with CHEEVOS disabled (#17400)
This commit is contained in:
parent
62a85ae737
commit
f309266422
@ -574,7 +574,9 @@ ViewOptionsDialog::ViewOptionsDialog(MainWindow *mainwindow, QWidget *parent) :
|
||||
addCategory(new OnscreenDisplayCategory(this));
|
||||
addCategory(new UserInterfaceCategory(mainwindow, this));
|
||||
addCategory(new AIServiceCategory(this));
|
||||
#ifdef HAVE_CHEEVOS
|
||||
addCategory(new AchievementsCategory(this));
|
||||
#endif
|
||||
addCategory(new NetworkCategory(this));
|
||||
addCategory(new PlaylistsCategory(this));
|
||||
addCategory(new UserCategory(this));
|
||||
|
Loading…
x
Reference in New Issue
Block a user