Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
df0a8162
There was an error fetching the commit references. Please try again later.
Commit
df0a8162
authored
9 years ago
by
mailwl
Browse files
Options
Downloads
Patches
Plain Diff
Set Kernel config "Unknown Value" to 0x1
parent
ad664b4a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/core/hle/shared_page.cpp
+3
-0
3 additions, 0 deletions
src/core/hle/shared_page.cpp
src/core/hle/shared_page.h
+4
-2
4 additions, 2 deletions
src/core/hle/shared_page.h
with
7 additions
and
2 deletions
src/core/hle/shared_page.cpp
+
3
−
0
View file @
df0a8162
...
...
@@ -16,6 +16,9 @@ void Init() {
std
::
memset
(
&
shared_page
,
0
,
sizeof
(
shared_page
));
shared_page
.
running_hw
=
0x1
;
// product
// Some games wait until this value becomes 0x1, before asking running_hw
shared_page
.
unknown_value
=
0x1
;
}
}
// namespace
This diff is collapsed.
Click to expand it.
src/core/hle/shared_page.h
+
4
−
2
View file @
df0a8162
...
...
@@ -39,12 +39,14 @@ struct SharedPageDef {
DateTime
date_time_0
;
// 20
DateTime
date_time_1
;
// 40
u8
wifi_macaddr
[
6
];
// 60
u8
wifi_
unknown1
;
// 66
u8
wifi_
link_level
;
// 66
u8
wifi_unknown2
;
// 67
INSERT_PADDING_BYTES
(
0x80
-
0x68
);
// 68
float_le
sliderstate_3d
;
// 80
u8
ledstate_3d
;
// 84
INSERT_PADDING_BYTES
(
0xA0
-
0x85
);
// 85
INSERT_PADDING_BYTES
(
1
);
// 85
u8
unknown_value
;
// 86
INSERT_PADDING_BYTES
(
0xA0
-
0x87
);
// 87
u64_le
menu_title_id
;
// A0
u64_le
active_menu_title_id
;
// A8
INSERT_PADDING_BYTES
(
0x1000
-
0xB0
);
// B0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment