From cb56e2b2d5bcdf646af8f15f38f0fea6f555e2c8 Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Sat, 14 Jun 2025 08:29:16 -0400 Subject: [PATCH] Rework the android port file structure --- android/app/src/main/cpp/native-lib.cpp | 1 - core/gpu/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 android/app/src/main/cpp/native-lib.cpp diff --git a/android/app/src/main/cpp/native-lib.cpp b/android/app/src/main/cpp/native-lib.cpp deleted file mode 100644 index ef26612..0000000 --- a/android/app/src/main/cpp/native-lib.cpp +++ /dev/null @@ -1 +0,0 @@ -// Android port (TODO) \ No newline at end of file diff --git a/core/gpu/README.md b/core/gpu/README.md index 043ef03..6db3e43 100644 --- a/core/gpu/README.md +++ b/core/gpu/README.md @@ -8,4 +8,4 @@ Directories: /core/gpu/emu/ - OpenGL EmuGPU (macOS, Android) -/core/gpu/vk/ - Vulkan EmuGPU (Linux) +/core/gpu/vk/ - Vulkan EmuGPU (Linux, Android)