make flyers download in app instead of included in app
@@ -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.
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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,4 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<application
|
||||
android:label="SUPER3"
|
||||
|
||||
|
Before Width: | Height: | Size: 238 KiB |
|
Before Width: | Height: | Size: 350 KiB |
|
Before Width: | Height: | Size: 464 KiB |
|
Before Width: | Height: | Size: 351 KiB |
|
Before Width: | Height: | Size: 436 KiB |
|
Before Width: | Height: | Size: 358 KiB |
|
Before Width: | Height: | Size: 438 KiB |
|
Before Width: | Height: | Size: 398 KiB |
|
Before Width: | Height: | Size: 459 KiB |
|
Before Width: | Height: | Size: 452 KiB |
|
Before Width: | Height: | Size: 364 KiB |
|
Before Width: | Height: | Size: 347 KiB |
|
Before Width: | Height: | Size: 432 KiB |
|
Before Width: | Height: | Size: 518 KiB |
|
Before Width: | Height: | Size: 376 KiB |
|
Before Width: | Height: | Size: 305 KiB |