[2021/01/29:Inchar] The Last

This commit is contained in:
Rintim 2021-01-29 17:16:08 +08:00
parent 735370c267
commit 457aa7e4be
4 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -89,7 +89,7 @@ void screen_init() {
return;
}
FontLoad("romfs:/zh_cn.bcfnt");
FontLoad("sdmc:/font/fbi.bcfnt");
c3d_initialized = true;

View File

@ -150,7 +150,7 @@ static void ui_draw_top(ui_view* ui) {
screen_set_base_alpha(ui_fade_alpha);
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 verHeight;

View File

@ -12,10 +12,10 @@
#include "../core/core.h"
static void update_check_update(ui_view* view, void* data, float* progress, char* text) {
//ui_pop();
//info_destroy(view);
//prompt_display_notify("检查更新", "测试/滚动版不支持检查更新\n仅预览版及稳定版支持更新至最新版本.", COLOR_TEXT, NULL, NULL, NULL);
//return;
ui_pop();
info_destroy(view);
prompt_display_notify("检查更新", "测试/滚动版不支持检查更新\n仅预览版及稳定版支持更新至最新版本.", COLOR_TEXT, NULL, NULL, NULL);
return;
bool hasUpdate = false;