mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-26 11:26:37 +08:00
[2021/01/29:Inchar] The Last
This commit is contained in:
parent
735370c267
commit
457aa7e4be
Binary file not shown.
@ -89,7 +89,7 @@ void screen_init() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FontLoad("romfs:/zh_cn.bcfnt");
|
FontLoad("sdmc:/font/fbi.bcfnt");
|
||||||
|
|
||||||
c3d_initialized = true;
|
c3d_initialized = true;
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ static void ui_draw_top(ui_view* ui) {
|
|||||||
screen_set_base_alpha(ui_fade_alpha);
|
screen_set_base_alpha(ui_fade_alpha);
|
||||||
|
|
||||||
char verText[64];
|
char verText[64];
|
||||||
snprintf(verText, 64, "版本 %d.%d.%d", VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO);
|
snprintf(verText, 64, "版本 %d.%d.%dC11", VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO);
|
||||||
|
|
||||||
float verWidth;
|
float verWidth;
|
||||||
float verHeight;
|
float verHeight;
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
#include "../core/core.h"
|
#include "../core/core.h"
|
||||||
|
|
||||||
static void update_check_update(ui_view* view, void* data, float* progress, char* text) {
|
static void update_check_update(ui_view* view, void* data, float* progress, char* text) {
|
||||||
//ui_pop();
|
ui_pop();
|
||||||
//info_destroy(view);
|
info_destroy(view);
|
||||||
//prompt_display_notify("检查更新", "测试/滚动版不支持检查更新\n仅预览版及稳定版支持更新至最新版本.", COLOR_TEXT, NULL, NULL, NULL);
|
prompt_display_notify("检查更新", "测试/滚动版不支持检查更新\n仅预览版及稳定版支持更新至最新版本.", COLOR_TEXT, NULL, NULL, NULL);
|
||||||
//return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
bool hasUpdate = false;
|
bool hasUpdate = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user