We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1483bc6 commit bef131fCopy full SHA for bef131f
src/presenter/ui.rs
@@ -286,6 +286,8 @@ pub fn show_main_menu(cartridge_path: PathBuf, ui_backend: &mut impl UiBackend)
286
let vec = ImVec2 { x: 0f32, y: 10f32 };
287
ImGui::Dummy(&vec);
288
289
+ ImGui::Text(c"First launch will take some time. Please do not exit or shutdown your vita!".as_ptr());
290
+
291
let vec = ImVec2 { x: -1f32, y: 0f32 };
292
if ImGui::Button(c"Launch game".as_ptr() as _, &vec) {
293
launched = true;
0 commit comments