Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
37be6a2b
Commit
37be6a2b
authored
Oct 07, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak
parent
932edb3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Classes/gframe/game.cpp
Classes/gframe/game.cpp
+1
-2
mobile/assets/changelog.html
mobile/assets/changelog.html
+4
-2
No files found.
Classes/gframe/game.cpp
View file @
37be6a2b
...
...
@@ -92,7 +92,6 @@ bool Game::Initialize() {
xScale
=
android
::
getXScale
(
app
);
yScale
=
android
::
getYScale
(
app
);
//start ygocore when mobile is in landscape mode, or using Android tablets or TV.
char
log_scale
[
256
]
=
{
0
};
sprintf
(
log_scale
,
"xScale = %f, yScale = %f"
,
xScale
,
yScale
);
Printer
::
log
(
log_scale
);
...
...
@@ -943,7 +942,7 @@ bool Game::Initialize() {
btnCancelOrFinish
->
setVisible
(
false
);
#endif
//leave/surrender/exit
btnLeaveGame
=
env
->
addButton
(
rect
<
s32
>
(
205
*
xScale
,
1
*
yScale
,
305
*
xScale
,
80
*
yScale
),
0
,
BUTTON_LEAVE_GAME
,
L""
);
btnLeaveGame
=
env
->
addButton
(
rect
<
s32
>
(
205
*
xScale
,
1
0
*
yScale
,
305
*
xScale
,
80
*
yScale
),
0
,
BUTTON_LEAVE_GAME
,
L""
);
btnLeaveGame
->
setVisible
(
false
);
//tip
stTip
=
env
->
addStaticText
(
L""
,
rect
<
s32
>
(
0
,
0
,
150
*
xScale
,
150
*
yScale
),
false
,
true
,
0
,
-
1
,
true
);
...
...
mobile/assets/changelog.html
View file @
37be6a2b
...
...
@@ -22,11 +22,13 @@
<pre>
更新:
1.更新ygo内核;
2.新卡SR09+VJ;
2.新卡SR09+VJ
+SJ
;
修复:
1.全面屏手机点击和显示偏移的问题;
1.部分全面屏手机点击和显示偏移的问题;
2.悬浮窗权限打开问题;
新增:
1.设置里可开启强制16:9比例画面;
2.增加对更多异形屏支持;
</pre>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment