mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-16 20:13:58 +02:00
Update to v094r38 release.
byuu says: I'll post more detailed changes later, but basically: - fixed Baldur's Gate bug - guess if no flash ROM ID present (fixes Magical Vacation, many many others) - nall cleanups - sfc/cartridge major cleanups - bsxcartridge/"bsx" renamed to mcc/"mcc" after the logic chip it uses (consistency with SGB/ICD2) - ... and more!
This commit is contained in:
@@ -43,7 +43,7 @@ template<typename T> auto _append(string& self, const stringify<T>& source) -> s
|
||||
unsigned size = self.size();
|
||||
unsigned length = source.size();
|
||||
self.resize(size + length);
|
||||
memory::copy(self.pointer() + size, source.data(), length);
|
||||
memory::copy(self.get() + size, source.data(), length);
|
||||
return self;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user