diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-08-08 14:45:16 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-08-08 14:45:16 +0200 |
commit | bba14b2bb0492e66ee24b9b8e188d79d8a0b9467 (patch) | |
tree | d6ab82d172e404eeb231192a738a13cbc642a974 /src/NDS.cpp | |
parent | 2df6b4fdc3439ea42b043d38f859efb5d4bd4466 (diff) |
fix pissfucking touchscreen (again)
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r-- | src/NDS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp index cd0cb92..55b4fdf 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -342,7 +342,7 @@ void SetupDirectBoot() if (ConsoleType == 1) { // With the BIOS select in SCFG_BIOS and the initialization od - // SCFG_BIOS depending on the Header->UnitType, we can now boot + // SCFG_BIOS depending on the Header->UnitType, we can now boot // directly in the roms. // There are some more SCFG Settings that change depending on // the unit type, so this is experimental |