mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-26 18:40:47 +00:00
Fixed a small typo
This commit is contained in:
parent
349913cc77
commit
0735908d9a
@ -26,7 +26,7 @@ auto BSMemory::manifest() const -> string {
|
||||
output.append(" label: ", Location::prefix(location), "\n");
|
||||
output.append(" name: ", Location::prefix(location), "\n");
|
||||
output.append(" board\n");
|
||||
output.append(Memory{}.type("Flash").size(0x100000()).content("Program").text());
|
||||
output.append(Memory{}.type("Flash").size(0x100000).content("Program").text());
|
||||
return output;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user