Split core into separete cores for SMS and GG

maze
Posts: 18
Joined: Tue Nov 22, 2022 6:48 am
Has thanked: 2 times
Been thanked: 1 time

Re: Split core into separete cores for SMS and GG

Unread post by maze »

I confirmed that if I comment out my [SMS] ini section, my [GameGear] settings are correctly recognized. But as soon as I uncomment [SMS], then those settings override [GameGear].

This is frustrating. It's not how it's supposed to be working, right?

12characters
Posts: 113
Joined: Wed Jun 03, 2020 5:39 pm
Has thanked: 8 times
Been thanked: 30 times

Re: Split core into separete cores for SMS and GG

Unread post by 12characters »

maze wrote: Sat Dec 23, 2023 10:09 am

I confirmed that if I comment out my [SMS] ini section, my [GameGear] settings are correctly recognized. But as soon as I uncomment [SMS], then those settings override [GameGear].

This is frustrating. It's not how it's supposed to be working, right?

Is the GameGear section below the SMS section? If not, try switching the order.

If that does not work, you could create an MGL specific for Master System, that is:

Code: Select all

<mistergamedescription>
    <rbf>_console/sms</rbf>
    <setname>MasterSystem</setname>
</mistergamedescription>

... and put your SMS settings in a MasterSystem section in MiSTer.ini.

Post Reply