sonik-br / GDMENUCardManager

Manage content on SD Card for Dreamcast's GDMenu
GNU General Public License v3.0
226 stars 18 forks source link

GDEMU INI - Shrink Images #51

Closed Xeroxxx closed 10 months ago

Xeroxxx commented 10 months ago

Is your feature request related to a problem? Please describe. Yes, shrunken images do not run on GDEMU 5.20.3 and higher

Describe the solution you'd like GDEMU INI requires image_tests = 0, I'm not able to check the impact on lower revisions

Describe alternatives you've considered Don't shrink images.

Additional context https://www.dreamcast-talk.com/forum/viewtopic.php?f=42&t=16336

sonik-br commented 10 months ago

Thanks for the heads up.

The app will only create a new ini file if one does not already exists on the root of the sd card. And it will never override one if it exists. When the file does not exist, the app will create a new one using basic settings.

That said, the user is free to create or edit this file on the sd card.

I'm not going to change the contents of the file without confirmation that it won't impact other versions.

Xeroxxx commented 10 months ago

Anyways, its documented in this issue now.

sonik-br commented 10 months ago

I will put this info on the main page and also link to this issue.