make flyers download in app instead of included in app

This commit is contained in:
izzy2lost
2025-12-26 14:45:03 -05:00
parent 2c018ea82f
commit 0be9bfc3f7
55 changed files with 190 additions and 5 deletions
+3 -2
View File
@@ -29,7 +29,8 @@ These settings are written to `.../Android/data/<package>/files/super3/Config/Su
- The app may offer an optional "sync"/export workflow using Android's Storage Access Framework. If enabled, the app only accesses the folder(s) you explicitly choose.
## Flyers
- Flyers are installed to `.../Android/data/<package>/files/super3/Flyers/` as `<game>_front.png` and `<game>_back.png`.
- Flyers are downloaded on-demand (when you switch to Flyer view) from `https://github.com/izzy2lost/Model3flyers`.
- They are stored in `.../Android/data/<package>/files/super3/Flyers/` as `<game>_front.png` and `<game>_back.png`.
- You can replace or add files in that folder to customize artwork.
## Legal / Google Play Policy Notes
@@ -39,7 +40,7 @@ These settings are written to `.../Android/data/<package>/files/super3/Config/Su
- **Not affiliated:** This project is not affiliated with or endorsed by SEGA or any arcade hardware manufacturer.
## Privacy
- SUPER3 is designed to run offline and does not require network access.
- SUPER3 can run offline for emulation, but Flyer view may download artwork from GitHub.
- The app stores emulator settings, save states, and screenshots locally on your device.
- If you opt into selecting a user folder for syncing/export, access is limited to the folder you select via the system file picker.
+1 -1
View File
@@ -423,7 +423,7 @@ UINT32 C53C810::ReadPCIConfigSpace(unsigned device, unsigned reg, unsigned bits,
{
UINT32 d;
if ((bits==8))
if (bits == 8)
{
DebugLog("53C810 %d-bit PCI read request for reg=%02X\n", bits, reg);
return 0;
+1 -1
View File
@@ -823,7 +823,7 @@ uint32_t CReal3D::ReadPCIConfigSpace(unsigned device, unsigned reg, unsigned bit
{
uint32_t d;
if ((bits==8))
if (bits == 8)
{
DebugLog("Real3D: %d-bit PCI read request for reg=%02X\n", bits, reg);
return 0;
+1
View File
@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="SUPER3"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 KiB

Some files were not shown because too many files have changed in this diff Show More