-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert last commit + Add NTR mode switch
This no longer needs dev launcher patch to work. Reverted last commit because MPU change broke akloader when attempting to boot a retail rom. Touch screen is not working in the menu (this does not impact games however). Related to new mode switch. A force DS touchscreen function is needed for this to be fixed. The touch screen works fine however if you boot it from ntr mode hbmenu or NTR Bootstrap.
- Loading branch information
1 parent
08e83e8
commit 9cb22d2
Showing
32 changed files
with
190 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[user name] | ||
x = 43 | ||
y = 146 | ||
color = 0x7fff | ||
show = 1 | ||
[custom text] | ||
text=User Text | ||
x=80 | ||
y=0 | ||
w=256 | ||
h=16 | ||
color=0x7FFF | ||
show=0 | ||
[custom picture] | ||
file=no file | ||
x=0 | ||
y=0 | ||
show=0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
[global settings] | ||
formFrameColor = 0x0000 | ||
formBodyColor = 0x4605 | ||
formTextColor = 0x7371 | ||
formTitleTextColor = 0x6b52 | ||
buttonTextColor = 0x6f40 | ||
spinBoxNormalColor = 0x4600 | ||
spinBoxFocusColor = 0x20e2 | ||
spinBoxFrameColor = 0x6f40 | ||
spinBoxTextColor = 0x6f40 | ||
spinBoxTextHiLightColor = 0x7bb7 | ||
listViewBarColor1 = 0x5ac6 | ||
listViewBarColor2 = 0x0008 | ||
listTextColor = 0x6f40 | ||
listTextHighLightColor = 0x7bdc | ||
popMenuTextColor = 0x7fe6 | ||
popMenuTextHighLightColor = 0x6300 | ||
popMenuBarColor = 0x3180 | ||
|
||
[start button] | ||
x = 0 | ||
y = 172 | ||
w = 48 | ||
h = 18 | ||
textColor = 0x7FFF | ||
file = none | ||
show = 0 | ||
|
||
[start menu] | ||
x = 0 | ||
y = 0 | ||
itemX = 21 | ||
itemY = 52 | ||
barLeft = 19 | ||
itemHeight = 14 | ||
itemWidth = 85 | ||
|
||
[brightness btn] | ||
x = 0 | ||
y = 172 | ||
w =16 | ||
h =16 | ||
|
||
[folderup btn] | ||
x = 0 | ||
y = 0 | ||
w =40 | ||
h = 16 | ||
|
||
[disk icon] | ||
x = 97 | ||
y = 172 | ||
|
||
[main list] | ||
textColor = 0x7fe2 | ||
textColorHilight = 0x6f72 | ||
selectionBarColor1 = 0x0000 | ||
selectionBarColor2 =0x0000 | ||
selectionBarOpacity = 48 | ||
|
||
[big clock] | ||
x = 13 | ||
y = 165 | ||
show = 1 | ||
|
||
[calendar year] | ||
x = 86 | ||
y = 165 | ||
show = 1 | ||
|
||
[calendar month] | ||
x = 59 | ||
y = 165 | ||
show = 1 | ||
|
||
[calendar day] | ||
x = 145 | ||
y = 19 | ||
highlightColor = 0x41e0 | ||
dw = 16 | ||
dh = 14 | ||
show = 1 | ||
|
||
[folder text] | ||
x = 98 | ||
y = 2 | ||
w = 160 | ||
h = 16 | ||
color = 0x6720 | ||
|
||
[setting window] | ||
spinBoxWidth = 108 | ||
|
||
[rom info window] | ||
w = 220 | ||
h = 144 | ||
|
||
[help window] | ||
w = 200 | ||
h = 160 | ||
|
||
[end] | ||
|
||
|
Binary file not shown.