Compare commits

..

No commits in common. "cba3282dce6522250302f0edf7b6ae85e1e4404b" and "e08dbba940bf72d83a6a9e2d240ac8268b2f5e69" have entirely different histories.

2 changed files with 83 additions and 79 deletions

View File

@ -96,11 +96,14 @@
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter> </intent-filter>
<!-- Drop file event --> <!-- Drop file event -->
<!--
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" /> <data android:mimeType="*/*" />
</intent-filter> </intent-filter>
-->
</activity> </activity>
</application> </application>
</manifest> </manifest>

View File

@ -11,6 +11,7 @@
#include "./sys_check.hpp" #include "./sys_check.hpp"
#include "./start_screen.hpp" #include "./start_screen.hpp"
#include "SDL3/SDL_video.h"
#include <filesystem> #include <filesystem>
#include <memory> #include <memory>