Commit 84049057 authored by fallenstardust's avatar fallenstardust

revert join game thread

parent d913d074
...@@ -187,7 +187,7 @@ static void* join_game_thread(void* param) { ...@@ -187,7 +187,7 @@ static void* join_game_thread(void* param) {
return NULL; return NULL;
} }
//auto exit when join game by mycard. //auto exit when join game by mycard.
exit_on_return = true; //exit_on_return = true;
irr::android::YGOGameOptions options = irr::android::YGOGameOptions(param); irr::android::YGOGameOptions options = irr::android::YGOGameOptions(param);
irr::SEvent event; irr::SEvent event;
......
...@@ -22,15 +22,15 @@ ...@@ -22,15 +22,15 @@
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡1107+VJ; 2.新卡1107+VJ;
3.残局模式支持选择不洗切时回卡组顶端; 3.残局模式
·默认不洗牌时回卡组的卡到卡组底部;
·可选不洗牌时回卡组的卡到卡组顶部;
4.改回服务器进入房间后退出不直接关闭游戏;
5.优化小窗模式下点击精准度;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
①:卸载本软件将删除包含卡组在内的重要文件,卸载前请慎重; 卸载本软件将删除包含卡组在内的重要文件,卸载前请慎重;
②:出现点击不准,不灵敏的情况:
·选择功能菜单>设置>开启沉浸式画面
目前手头缺少多种机型,适配坑深难以一步到位
还请海涵。
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -9,7 +9,7 @@ android { ...@@ -9,7 +9,7 @@ android {
minSdkVersion 21 minSdkVersion 21
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 381001101 versionCode 381001106
versionName "3.8.10" versionName "3.8.10"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment