mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
[stage1] Fix DEFAULT_BCT0_FOR_DEBUG
This commit is contained in:
parent
e8306361f0
commit
1fd098e074
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ static char g_bct0_buffer[BCTO_MAX_SIZE];
|
||||||
"BCT0\n"\
|
"BCT0\n"\
|
||||||
"[stage1]\n"\
|
"[stage1]\n"\
|
||||||
"stage2_path = fusee-secondary.bin\n"\
|
"stage2_path = fusee-secondary.bin\n"\
|
||||||
"stage2_addr = 0xFFF00000\n"\
|
"stage2_addr = 0xF0000000\n"\
|
||||||
"stage2_entrypoint = 0xFFF00000\n"
|
"stage2_entrypoint = 0xF0000000\n"
|
||||||
|
|
||||||
const char *load_config(void) {
|
const char *load_config(void) {
|
||||||
if (!read_sd_file(g_bct0_buffer, BCTO_MAX_SIZE, "BCT.ini")) {
|
if (!read_sd_file(g_bct0_buffer, BCTO_MAX_SIZE, "BCT.ini")) {
|
||||||
|
|
Loading…
Reference in a new issue