Skip to content

Commit

Permalink
Fix #15919 (#15923)
Browse files Browse the repository at this point in the history
- Contentless support and populated content paths are not mutually exclusive in practice
- It just looked that way because most cores that support contentless mode to date don't use softpatching very much
  • Loading branch information
JesseTG authored Nov 17, 2023
1 parent 0f4166a commit 1b03e38
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions runloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -4256,13 +4256,10 @@ static bool event_init_content(

content_set_subsystem_info();

/* If core is contentless, just initialise SRAM
* interface, otherwise fill all content-related
* paths */
if (flags & CONTENT_ST_FLAG_CORE_DOES_NOT_NEED_CONTENT)
runloop_path_init_savefile_internal(runloop_st);
else
runloop_path_fill_names();

runloop_path_fill_names();

if (!content_init())
return false;
Expand Down

0 comments on commit 1b03e38

Please sign in to comment.