File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ static s32 menuSemaId;
8181static s32 menuListSemaId = -1 ;
8282static ee_sema_t menuSema ;
8383
84- #define MENU_MMCE_CONFIG_IDLE_FRAMES 20
84+ #define MENU_MMCE_CONFIG_IDLE_FRAMES 20
8585
8686static void menuInvalidateArtSelection (void )
8787{
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ enum {
4646 CACHE_REQ_PRIORITY_PREFETCH
4747};
4848
49- #define CACHE_SLOW_MODE_INTERACTIVE_DELAY 4
50- #define CACHE_MMCE_INTERACTIVE_MAX_DELAY 12
51- #define CACHE_APP_INTERACTIVE_MAX_DELAY 4
52- #define CACHE_APP_PREFETCH_DELAY 10
53- #define CACHE_PRIME_IDLE_DELAY 12
54- #define CACHE_THREAD_PRIORITY 0x40
55- #define CACHE_MMCE_LOAD_THREAD_PRIORITY 90
56- #define CACHE_END_WAIT_TICKS_FORCE 120
57- #define CACHE_END_WAIT_TICKS_SOFT 15
49+ #define CACHE_SLOW_MODE_INTERACTIVE_DELAY 4
50+ #define CACHE_MMCE_INTERACTIVE_MAX_DELAY 12
51+ #define CACHE_APP_INTERACTIVE_MAX_DELAY 4
52+ #define CACHE_APP_PREFETCH_DELAY 10
53+ #define CACHE_PRIME_IDLE_DELAY 12
54+ #define CACHE_THREAD_PRIORITY 0x40
55+ #define CACHE_MMCE_LOAD_THREAD_PRIORITY 90
56+ #define CACHE_END_WAIT_TICKS_FORCE 120
57+ #define CACHE_END_WAIT_TICKS_SOFT 15
5858
5959extern void * _gp ;
6060
You can’t perform that action at this time.
0 commit comments