libretro / FBNeo

FBNeo - We are Team FBNeo.
https://neo-source.com
Other
228 stars 136 forks source link

The wrong files in the latest dat of kf2k3ps2. #1061

Closed i1itione closed 11 months ago

i1itione commented 11 months ago

There are two missing file, 271-c3d.c3 and 271-c4d.c4.

<game name="kf2k3ps2" cloneof="kof2003" romof="kof2003" sourcefile="neogeo/d_neogeo.cpp">

        <rom name="271-c1d.c1" size="8388608" crc="e42fc226"/>
        <rom name="271-c2d.c2" size="8388608" crc="1b5e3b58"/>
        <rom name="271-c1d.c1" size="8388608" crc="e42fc226"/>
        <rom name="271-c2d.c2" size="8388608" crc="1b5e3b58"/>
        <rom name="271-c5d.c5" size="8388608" crc="8a91aae4"/>
        <rom name="271-c6d.c6" size="8388608" crc="9f8674b8"/>

But it existed in previous dat, e.g. [4fd084e]


<game name="kf2k3ps2" cloneof="kof2003" romof="kof2003" sourcefile="neogeo/d_neogeo.cpp">

        <rom name="271-c1d.c1" size="8388608" crc="e42fc226"/>
        <rom name="271-c2d.c2" size="8388608" crc="1b5e3b58"/>
        <rom name="271-c3d.c3" size="8388608" crc="d334fdd9"/>
        <rom name="271-c4d.c4" size="8388608" crc="0d457699"/>
        <rom name="271-c5d.c5" size="8388608" crc="8a91aae4"/>
        <rom name="271-c6d.c6" size="8388608" crc="9f8674b8"/>
barbudreadmon commented 11 months ago

As mentioned when you are opening an issue : This libretro port is directly supported upstream so any issue with it should be directly reported upstream at https://github.com/finalburnneo/FBNeo, whether it seems to be libretro-specific or not

I'll take a look nonetheless.

barbudreadmon commented 11 months ago

Fixed