mirror of
https://github.com/izzy2lost/Shipwright-Android.git
synced 2026-07-05 15:19:26 -07:00
Change libultraship branch to next
This commit is contained in:
+1
-1
Submodule app/jni/src/libultraship updated: dfded1e97c...ba7ba84477
@@ -128,7 +128,7 @@ void DrawMenuBarIcon() {
|
||||
void DrawShipMenu() {
|
||||
if (ImGui::BeginMenu("Ship")) {
|
||||
if (ImGui::MenuItem("Hide Menu Bar",
|
||||
#if !defined(__SWITCH__) && !defined(__WIIU__)
|
||||
#if !defined(__SWITCH__) && !defined(__WIIU__) && !defined(__ANDROID__)
|
||||
"F1"
|
||||
#else
|
||||
"[-]"
|
||||
@@ -146,7 +146,7 @@ void DrawShipMenu() {
|
||||
if (ImGui::MenuItem("Reset",
|
||||
#ifdef __APPLE__
|
||||
"Command-R"
|
||||
#elif !defined(__SWITCH__) && !defined(__WIIU__)
|
||||
#elif !defined(__SWITCH__) && !defined(__WIIU__) && !defined(__ANDROID__)
|
||||
"Ctrl+R"
|
||||
#else
|
||||
""
|
||||
@@ -154,7 +154,7 @@ void DrawShipMenu() {
|
||||
)) {
|
||||
std::reinterpret_pointer_cast<LUS::ConsoleWindow>(LUS::Context::GetInstance()->GetWindow()->GetGui()->GetGuiWindow("Console"))->Dispatch("reset");
|
||||
}
|
||||
#if !defined(__SWITCH__) && !defined(__WIIU__)
|
||||
#if !defined(__SWITCH__) && !defined(__WIIU__) && !defined(__ANDROID__)
|
||||
UIWidgets::Spacer(0);
|
||||
if (ImGui::MenuItem("Open App Files Folder")) {
|
||||
std::string filesPath = LUS::Context::GetInstance()->GetAppDirectoryPath();
|
||||
|
||||
Reference in New Issue
Block a user