Skip to content

Commit

Permalink
Increase compatibility list pagination number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Jul 30, 2020
1 parent 20c6357 commit 23ef1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SysVita/UI/Menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define FUNC_TO_NAME(x) #x
#define stringify(x) FUNC_TO_NAME(x)

#define NUM_DB_CHUNKS 3 // Number of pages to download for the compat list
#define NUM_DB_CHUNKS 4 // Number of pages to download for the compat list
#define NUM_UPDATE_PASSES 2 // Number of passes required to download an update

#define ALERT_TIME 5000000 // Timer for alerts to disappear in microseconds
Expand Down

0 comments on commit 23ef1d5

Please sign in to comment.