Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Feb 8, 2025
1 parent 72d87f8 commit 33449a9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions core/systemctrl/src/sctrl_se.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ SEConfig se_config = {
.custom_update = 0, // automatic
.usenodrm = 1, // always true

<<<<<<< HEAD
.hibblock = 0,
.noanalog = 0,
.oldplugin = 0,
Expand All @@ -83,24 +82,6 @@ SEConfig se_config = {
.wpa2 = 0, /* not used by default */
.force_high_memory = 0,
.macspoofer = 0, // automatic
=======
.hibblock = 0,
.noanalog = 0,
.oldplugin = 0,
.htmlviewer_custom_save_location = 0, // unused, always false
.hide_cfw_dirs = 1, // always true
.chn_iso = 1, // always true
.msspeed = 0,
.slimcolor = 0, // automatic
.iso_cache = 0,
.iso_cache_size = 0, // automatic
.iso_cache_num = 0,
.iso_cache_policy = CACHE_POLICY_LRU,
.noled = 0, // always false
.language = -1, /* -1 as autodetect */
.force_high_memory = 0,
.macspoofer = 0, // automatic
>>>>>>> e5b5291e1877fe325f0512dcf1f5c0f2abddc542
};

char *GetUmdFile(void) __attribute__((alias("sctrlSEGetUmdFile")));
Expand Down

0 comments on commit 33449a9

Please sign in to comment.