mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed an issue with scraping Nintendo Famicom games.
Also did some other minor platform cleanups.
This commit is contained in:
parent
62c5c379fa
commit
00b49b5d1a
|
@ -101,6 +101,7 @@ Apart from this, numerous small improvements and bug fixes are part of the relea
|
|||
* GuiDetectDevice wouldn't detect controller input that was of the "axis" type (i.e. analog inputs)
|
||||
* GuiInputConfig didn't correctly inform which buttons could be skipped for some rows
|
||||
* The scraper would sometimes consider very small images to be invalid
|
||||
* Scraper searches for Nintendo Family Computer (Famicom) games were not accurate
|
||||
* The Quick System Select help prompt was shown even when there was only a single game system present
|
||||
* The "Back (cancel)" help prompt was missing for the single-game scraper
|
||||
* The "Y" button help prompt wasn't displayed correctly when using the Grid view style
|
||||
|
|
|
@ -85,8 +85,8 @@ namespace PlatformIds
|
|||
"pc", // IBM PC
|
||||
"pc88", // NEC PC-8800 series
|
||||
"pc98", // NEC PC-9800 series
|
||||
"pcengine", // NEC PC Engine
|
||||
"pcenginecd", // NEC PC Engine CD
|
||||
"pcengine", // NEC PC Engine / TurboGrafx-16
|
||||
"pcenginecd", // NEC PC Engine CD / TurboGrafx-CD
|
||||
"pcfx", // NEC PC-FX
|
||||
"pokemini", // Nintendo Pokémon Mini
|
||||
"ps2", // Sony PlayStation 2
|
||||
|
|
|
@ -68,6 +68,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
|
|||
{ NINTENDO_3DS, "4912" },
|
||||
{ NINTENDO_64, "3" },
|
||||
{ NINTENDO_DS, "8" },
|
||||
{ NINTENDO_FAMICOM, "7" },
|
||||
{ NINTENDO_FAMICOM_DISK_SYSTEM, "4936" },
|
||||
{ NINTENDO_ENTERTAINMENT_SYSTEM, "7" },
|
||||
{ NINTENDO_GAME_BOY, "4" },
|
||||
|
|
|
@ -67,6 +67,7 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
|
|||
{ NINTENDO_3DS, 17 },
|
||||
{ NINTENDO_64, 14 },
|
||||
{ NINTENDO_DS, 15 },
|
||||
{ NINTENDO_FAMICOM, 3 },
|
||||
{ NINTENDO_FAMICOM_DISK_SYSTEM, 106 },
|
||||
{ NINTENDO_ENTERTAINMENT_SYSTEM, 3 },
|
||||
{ FAIRCHILD_CHANNELF, 80 },
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
<path>%ROMPATH%/famicom</path>
|
||||
<extension>.nes .NES .unf .UNF .unif .UNIF .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/nestopia_libretro.dylib %ROM%</command>
|
||||
<platform>nes, famicom</platform>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
@ -421,7 +421,7 @@
|
|||
<path>%ROMPATH%/genesis</path>
|
||||
<extension>.mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/genesis_plus_gx_libretro.dylib %ROM%</command>
|
||||
<platform>genesis, megadrive</platform>
|
||||
<platform>genesis</platform>
|
||||
<theme>genesis</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
@ -538,7 +538,7 @@
|
|||
<path>%ROMPATH%/megadrive</path>
|
||||
<extension>.mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/genesis_plus_gx_libretro.dylib %ROM%</command>
|
||||
<platform>megadrive, genesis</platform>
|
||||
<platform>megadrive</platform>
|
||||
<theme>megadrive</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
<path>%ROMPATH%/famicom</path>
|
||||
<extension>.nes .NES .unf .UNF .unif .UNIF .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/nestopia_libretro.so %ROM%</command>
|
||||
<platform>nes, famicom</platform>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
@ -421,7 +421,7 @@
|
|||
<path>%ROMPATH%/genesis</path>
|
||||
<extension>.mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/genesis_plus_gx_libretro.so %ROM%</command>
|
||||
<platform>genesis, megadrive</platform>
|
||||
<platform>genesis</platform>
|
||||
<theme>genesis</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
@ -538,7 +538,7 @@
|
|||
<path>%ROMPATH%/megadrive</path>
|
||||
<extension>.mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/genesis_plus_gx_libretro.so %ROM%</command>
|
||||
<platform>megadrive, genesis</platform>
|
||||
<platform>megadrive</platform>
|
||||
<theme>megadrive</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
<path>%ROMPATH%\famicom</path>
|
||||
<extension>.nes .NES .unf .UNF .unif .UNIF .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\nestopia_libretro.dll %ROM%</command>
|
||||
<platform>nes, famicom</platform>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
@ -421,7 +421,7 @@
|
|||
<path>%ROMPATH%\genesis</path>
|
||||
<extension>.mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\genesis_plus_gx_libretro.dll %ROM%</command>
|
||||
<platform>genesis, megadrive</platform>
|
||||
<platform>genesis</platform>
|
||||
<theme>genesis</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
@ -538,7 +538,7 @@
|
|||
<path>%ROMPATH%\megadrive</path>
|
||||
<extension>.mdx .MDX .md .MD .smd .SMD .gen .GEN .bin .BIN .cue .CUE .iso .ISO .sms .SMS .gg .GG .sg .SG .68k .68K .chd .CHD .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\genesis_plus_gx_libretro.dll %ROM%</command>
|
||||
<platform>megadrive, genesis</platform>
|
||||
<platform>megadrive</platform>
|
||||
<theme>megadrive</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
Loading…
Reference in a new issue