Skip to content

Commit bef131f

Browse files
committed
Add note to launch game
1 parent 1483bc6 commit bef131f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/presenter/ui.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ pub fn show_main_menu(cartridge_path: PathBuf, ui_backend: &mut impl UiBackend)
286286
let vec = ImVec2 { x: 0f32, y: 10f32 };
287287
ImGui::Dummy(&vec);
288288

289+
ImGui::Text(c"First launch will take some time. Please do not exit or shutdown your vita!".as_ptr());
290+
289291
let vec = ImVec2 { x: -1f32, y: 0f32 };
290292
if ImGui::Button(c"Launch game".as_ptr() as _, &vec) {
291293
launched = true;

0 commit comments

Comments
 (0)