Deploying to gh-pages from @ hacks-guide/Guide_3DS@0308bc98a1 🚀
This commit is contained in:
parent
e5f3b44f6d
commit
a2ce9ea125
2 changed files with 18 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
; This configuration file was automatically generated by Luma3DS v12.0.1
|
||||
; This configuration file was automatically generated by Luma3DS v13.0.1
|
||||
|
||||
[meta]
|
||||
; Do not edit these two lines.
|
||||
config_version_major = 3
|
||||
config_version_minor = 7
|
||||
config_version_minor = 10
|
||||
|
||||
[boot]
|
||||
; Options appearing on the Luma3DS initial boot menu
|
||||
|
@ -15,15 +15,6 @@ config_version_minor = 7
|
|||
; Hold Up/Right/Down/Left to select emuNAND no. 1/2/3/4.
|
||||
autoboot_emunand = 0
|
||||
|
||||
; If enabled, when holding R on boot, sysNAND will be
|
||||
; booted with the FIRM of the selected emuNANDs.
|
||||
; Otherwise, the selected emuNAND will be booted using
|
||||
; the sysNAND's FIRM.
|
||||
; Use directional keys to select between emuNANDs
|
||||
; (see above). Additionally hold 'A' if you happen to
|
||||
; have a matching payload in /luma/payloads.
|
||||
use_emunand_firm_if_r_pressed = 0
|
||||
|
||||
; Enable loading external FIRMs and system modules from
|
||||
; Luma3DS's folders. Usually not needed. Refer to wiki
|
||||
; for further details.
|
||||
|
@ -50,10 +41,6 @@ app_syscore_threads_on_core_2 = 0
|
|||
; - Sys = sysNAND
|
||||
; - Emu = emuNAND 1
|
||||
; - EmuX = emuNAND X
|
||||
; - SysE = sysNAND with emuNAND 1 FIRM
|
||||
; - SyEX = sysNAND with emuNAND X FIRM
|
||||
; - EmuS = emuNAND 1 with sysNAND FIRM
|
||||
; - EmXS = emuNAND X with sysNAND FIRM
|
||||
; You can also opt to display your own custom string
|
||||
; (max 19 characters) by creating and writing to the
|
||||
; following files: /luma/customversion_NANDtype.txt
|
||||
|
@ -64,6 +51,17 @@ show_system_settings_string = 1
|
|||
; GBA games.
|
||||
show_gba_boot_screen = 0
|
||||
|
||||
; Enables replacing the default convolution-based upscaling
|
||||
; filter used for DS(i) software by the contents of the binary file
|
||||
; /luma/twl_upscaling_filter.bin. Refer to the wiki for further
|
||||
; details.
|
||||
enable_dsi_external_filter = 0
|
||||
|
||||
; Allows Left+Right and Up+Down combos (using DPAD and CPAD
|
||||
; simultaneously) in DS(i) software. Commercial software filter
|
||||
; these combos on their own too, though.
|
||||
allow_updown_leftright_dsi = 0
|
||||
|
||||
; Default emuNAND number (1 to 4) to be booted when
|
||||
; no directional buttons are pressed.
|
||||
default_emunand_number = 1
|
||||
|
@ -102,7 +100,10 @@ autoboot_mode = off
|
|||
hbldr_3dsx_titleid = 000400000d921e00
|
||||
|
||||
; Button combo to open the Rosalina menu.
|
||||
rosalina_menu_combo = Y+X
|
||||
rosalina_menu_combo = X+Y
|
||||
|
||||
; Plugin loader enabled state.
|
||||
plugin_loader_enabled = 0
|
||||
|
||||
; NTP timezone offset, in minutes (-779 to 899).
|
||||
ntp_tz_offset_min = 0
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-22T18:11:46+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-22T18:21:08+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
Loading…
Reference in a new issue