mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 18:42:48 +02:00
Revert gamepak firmware naming to use architecture instead of identifier
* identifier naming interferes with game ROM naming lookup
This commit is contained in:
@@ -101,7 +101,6 @@ Game::Memory::Memory(Markup::Node node) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto Game::Memory::name() const -> string {
|
auto Game::Memory::name() const -> string {
|
||||||
if(identifier) return string{identifier, ".", content, ".", type}.downcase();
|
|
||||||
if(architecture) return string{architecture, ".", content, ".", type}.downcase();
|
if(architecture) return string{architecture, ".", content, ".", type}.downcase();
|
||||||
return string{content, ".", type}.downcase();
|
return string{content, ".", type}.downcase();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user