Skip to content

Commit

Permalink
Fix for issue(#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jun 8, 2024
1 parent 16dc4d8 commit 22452e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/menus/arkMenu/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <vector>
#include <sstream>
#include <fstream>
#include <algorithm>
#include "gfx.h"
#include "debug.h"
#include "common.h"
Expand Down Expand Up @@ -102,6 +103,7 @@ int main(int argc, char** argv){
int max_settings = MAX_SETTINGS_OPTIONS;
if (common::getPspModel() != PSP_GO) max_settings -= 2;
SettingsTable stab = { settings_entries, max_settings };
settings_menu->setCallbacks(NULL, saveSettings, cleanupSettings);
entries[n_entries++] = new SettingsMenu(&stab, common::saveConf, false, true, true);

if (recovery){
Expand Down

0 comments on commit 22452e5

Please sign in to comment.