Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed Jan 27, 2025
1 parent 3e46bc8 commit 247c924
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _ark/dx/ui/splash/dx_splash_handles.dta
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}
{saveload_mgr activate} ; dx - load save file early
#ifdef HX_PS3
{content_mgr start_refresh} ; dx - start content enumeration early
{content_mgr start_refresh} ; dx - start content enumeration early, this causes cache issues on 360 so ps3 only
#endif
)
)
Expand Down
11 changes: 10 additions & 1 deletion _ark/ui/splash/splash.dta
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,16 @@
#else
{$this dx_splash_screen_enter}
#endif
{profile_mgr set_overscan TRUE}})
{do
#ifdef HX_PS3
; load stuff early, these cause issues on 360 so ps3 only
;{saveload_mgr activate}
{content_mgr start_refresh}
#endif
{profile_mgr set_overscan TRUE}
}
}
)
(movie_done
#ifdef HX_WII
{$this leave}
Expand Down
Binary file modified _ark/ui/startup/deu/gen/startup_autosave_esrb_keep.milo_ps3
Binary file not shown.
Binary file modified _ark/ui/startup/eng/gen/startup_autosave_esrb_keep.milo_ps3
Binary file not shown.
Binary file modified _ark/ui/startup/esl/gen/startup_autosave_esrb_keep.milo_ps3
Binary file not shown.
Binary file modified _ark/ui/startup/fre/gen/startup_autosave_esrb_keep.milo_ps3
Binary file not shown.
Binary file modified _ark/ui/startup/gen/startup_movie_keep.milo_xbox
Binary file not shown.
Binary file modified _ark/ui/startup/ita/gen/startup_autosave_esrb_keep.milo_ps3
Binary file not shown.

0 comments on commit 247c924

Please sign in to comment.